mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(mail-mode-map): Use eval-after-load to change it.
This commit is contained in:
parent
18b0be7c20
commit
f526e65a47
2 changed files with 9 additions and 3 deletions
|
|
@ -598,9 +598,11 @@ Don't use this command in Lisp programs!
|
|||
(setq this-command 'end-of-buffer)
|
||||
(end-of-buffer arg))
|
||||
|
||||
(define-key mail-mode-map "\C-c\C-a" 'mail-abbrev-insert-alias)
|
||||
(define-key mail-mode-map "\e\t" ; like lisp-complete-symbol
|
||||
'mail-abbrev-complete-alias)
|
||||
(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
|
||||
'mail-abbrev-complete-alias)))
|
||||
|
||||
;;(define-key mail-mode-map "\C-n" 'mail-abbrev-next-line)
|
||||
;;(define-key mail-mode-map "\M->" 'mail-abbrev-end-of-buffer)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue