Mercurial > emacs
changeset 1433:c5fe2f36dda5
Comment fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 18 Oct 1992 22:20:45 +0000 |
parents | 7446ab662993 |
children | d1f24ca467fc |
files | lisp/mail/mailabbrev.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/mailabbrev.el Sun Oct 18 22:20:07 1992 +0000 +++ b/lisp/mail/mailabbrev.el Sun Oct 18 22:20:45 1992 +0000 @@ -109,8 +109,8 @@ ;;; move out of the mail-header into the message body (instead of having to ;;; type SPC at the end of the abbrev before moving away) then you can do ;;; -;;; (define-key mail-mode-map "\C-n" 'abbrev-hacking-next-line) -;;; (define-key mail-mode-map "\M->" 'abbrev-hacking-end-of-buffer) +;;; (define-key mail-mode-map "\C-n" 'mail-abbrev-next-line) +;;; (define-key mail-mode-map "\M->" 'mail-abbrev-end-of-buffer) ;;; ;;; If you want multiple addresses separated by a string other than ", " then ;;; you can set the variable mail-alias-separator-string to it. This has to