1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

; * lisp/mail/mailabbrev.el: Comment.

This commit is contained in:
Glenn Morris 2015-05-18 20:53:11 -04:00
parent f42ceab546
commit d13f887448

View File

@ -603,7 +603,7 @@ In other respects, this behaves like `end-of-buffer', which see."
(eval-after-load "sendmail"
'(progn
(define-key mail-mode-map "\C-c\C-a" 'mail-abbrev-insert-alias)
(define-key mail-mode-map "\e\t" ; like lisp-complete-symbol
(define-key mail-mode-map "\e\t" ; like completion-at-point
'mail-abbrev-complete-alias)))
;;(define-key mail-mode-map "\C-n" 'mail-abbrev-next-line)