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:
parent
f42ceab546
commit
d13f887448
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user