]> code.delx.au - gnu-emacs/blobdiff - lisp/mh-e/mh-alias.el
Merge from emacs-23
[gnu-emacs] / lisp / mh-e / mh-alias.el
index 6ed04ebb74a1e07c150b04632009380f27b3857b..d0917386f174d00de76c0ab4d7ffda9b7d1f0582 100644 (file)
@@ -234,7 +234,7 @@ returns the string unchanged if not defined. The same is done here."
         (let ((user-arg (if user "-user" "-nouser")))
           (mh-exec-cmd-quiet t "ali" user-arg "-nolist" alias))
         (goto-char (point-max))
-        (if (looking-at "^$") (delete-backward-char 1))
+        (if (looking-at "^$") (delete-char -1))
         (buffer-substring (point-min)(point-max)))
     (error (progn
              (message "%s" (error-message-string err))