From d13f8874480e8687976f4a5ce4f5c9633233c782 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 18 May 2015 20:53:11 -0400 Subject: [PATCH] ; * lisp/mail/mailabbrev.el: Comment. --- lisp/mail/mailabbrev.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." (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) -- 2.39.5