From c884cb878a9e95c1bf78c1aa6b4dc8db2e51078f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 18 Oct 1992 22:20:45 +0000 Subject: [PATCH] Comment fix. --- lisp/mail/mailabbrev.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el index 3bc031f82b..3f4a0ec35c 100644 --- a/lisp/mail/mailabbrev.el +++ b/lisp/mail/mailabbrev.el @@ -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 -- 2.20.1