diff options
Diffstat (limited to 'lisp/mail/mailabbrev.el')
| -rw-r--r-- | lisp/mail/mailabbrev.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el index 3bc031f82b6..3f4a0ec35cd 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 |
