emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mail/mailabbrev.el


From: Masatake YAMATO
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/mailabbrev.el
Date: Sun, 16 Oct 2005 05:31:57 -0400

Index: emacs/lisp/mail/mailabbrev.el
diff -c emacs/lisp/mail/mailabbrev.el:1.78 emacs/lisp/mail/mailabbrev.el:1.79
*** emacs/lisp/mail/mailabbrev.el:1.78  Sat Sep 24 13:43:59 2005
--- emacs/lisp/mail/mailabbrev.el       Sun Oct 16 09:31:46 2005
***************
*** 587,593 ****
                (prog2
                    (message "Making completion list...")
                    (all-completions alias mail-abbrevs)
!                 (message "Making completion list...done"))))))))
  
  (defun mail-abbrev-next-line (&optional arg)
    "Expand any mail abbrev, then move cursor vertically down ARG lines.
--- 587,594 ----
                (prog2
                    (message "Making completion list...")
                    (all-completions alias mail-abbrevs)
!                 (message "Making completion list...done"))
!               alias))))))
  
  (defun mail-abbrev-next-line (&optional arg)
    "Expand any mail abbrev, then move cursor vertically down ARG lines.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]