Index: emacs/lisp/mail/mailalias.el
diff -c emacs/lisp/mail/mailalias.el:1.53 emacs/lisp/mail/mailalias.el:1.54
*** emacs/lisp/mail/mailalias.el:1.53 Mon May 16 11:16:34 2005
--- emacs/lisp/mail/mailalias.el Sun May 22 13:43:55 2005
***************
*** 435,441 ****
(if mail-passwd-command
(call-process shell-file-name nil t nil
shell-command-switch mail-passwd-command))
! (beginning-of-buffer)
(setq mail-local-names nil)
(while (not (eobp))
;;Recognize lines like
--- 435,441 ----
(if mail-passwd-command
(call-process shell-file-name nil t nil
shell-command-switch mail-passwd-command))
! (goto-char (point-min))
(setq mail-local-names nil)
(while (not (eobp))
;;Recognize lines like
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs