[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/mail/mailalias.el
From: |
Richard M . Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/mail/mailalias.el |
Date: |
Sun, 22 May 2005 09:43:55 -0400 |
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