diff options
| author | Richard M. Stallman <rms@gnu.org> | 1992-10-18 22:20:45 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1992-10-18 22:20:45 +0000 |
| commit | c884cb878a9e95c1bf78c1aa6b4dc8db2e51078f (patch) | |
| tree | bc0a40336a1a5ea40de85c455e9326dd134b65e7 /lisp | |
| parent | 753d16a62a1e8e5c466c607a4c60543af62bf444 (diff) | |
| download | emacs-c884cb878a9e95c1bf78c1aa6b4dc8db2e51078f.tar.gz | |
Comment fix.
Diffstat (limited to 'lisp')
| -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 |
