aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2015-05-18 20:53:11 -0400
committerGlenn Morris2015-05-18 20:53:11 -0400
commitd13f8874480e8687976f4a5ce4f5c9633233c782 (patch)
treeb44231fce49c390fc841be1580f711d54e6a43fb
parentf42ceab546c12534190ef0aac6db9de23c7a3e1a (diff)
downloademacs-d13f8874480e8687976f4a5ce4f5c9633233c782.tar.gz
emacs-d13f8874480e8687976f4a5ce4f5c9633233c782.zip
; * lisp/mail/mailabbrev.el: Comment.
-rw-r--r--lisp/mail/mailabbrev.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el
index 2f349b99bb6..f974f2083dc 100644
--- a/lisp/mail/mailabbrev.el
+++ b/lisp/mail/mailabbrev.el
@@ -603,7 +603,7 @@ In other respects, this behaves like `end-of-buffer', which see."
603(eval-after-load "sendmail" 603(eval-after-load "sendmail"
604 '(progn 604 '(progn
605 (define-key mail-mode-map "\C-c\C-a" 'mail-abbrev-insert-alias) 605 (define-key mail-mode-map "\C-c\C-a" 'mail-abbrev-insert-alias)
606 (define-key mail-mode-map "\e\t" ; like lisp-complete-symbol 606 (define-key mail-mode-map "\e\t" ; like completion-at-point
607 'mail-abbrev-complete-alias))) 607 'mail-abbrev-complete-alias)))
608 608
609;;(define-key mail-mode-map "\C-n" 'mail-abbrev-next-line) 609;;(define-key mail-mode-map "\C-n" 'mail-abbrev-next-line)