summaryrefslogtreecommitdiff
path: root/lisp/mail/mailabbrev.el
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2003-01-12 20:48:49 +0000
committerAndreas Schwab <schwab@suse.de>2003-01-12 20:48:49 +0000
commit6b8236923e39e8f5974fe92886a2e4bbfd59dae9 (patch)
tree97a1aba9615c10f2e56c17acd114cb115ba5ee3d /lisp/mail/mailabbrev.el
parenta70f1658c82cab521707ddd33260a815e54c558c (diff)
downloademacs-6b8236923e39e8f5974fe92886a2e4bbfd59dae9.tar.gz
(Commentary): Use command remapping instead of
substitute-key-definition.
Diffstat (limited to 'lisp/mail/mailabbrev.el')
-rw-r--r--lisp/mail/mailabbrev.el8
1 files changed, 3 insertions, 5 deletions
diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el
index 3412a791f77..b2edf777861 100644
--- a/lisp/mail/mailabbrev.el
+++ b/lisp/mail/mailabbrev.el
@@ -1,6 +1,6 @@
;;; mailabbrev.el --- abbrev-expansion of mail aliases
-;; Copyright (C) 1985, 86, 87, 92, 93, 96, 1997, 2000, 2002
+;; Copyright (C) 1985, 86, 87, 92, 93, 96, 1997, 2000, 2002, 2003
;; Free Software Foundation, Inc.
;; Author: Jamie Zawinski <jwz@lucid.com>, now <jwz@jwz.org>
@@ -111,10 +111,8 @@
;; (add-hook
;; 'mail-mode-hook
;; (lambda ()
-;; (substitute-key-definition 'next-line 'mail-abbrev-next-line
-;; mail-mode-map global-map)
-;; (substitute-key-definition 'end-of-buffer 'mail-abbrev-end-of-buffer
-;; mail-mode-map global-map)))
+;; (define-key mail-mode-map [remap next-line] 'mail-abbrev-next-line)
+;; (define-key mail-mode-map [remap end-of-buffer] 'mail-abbrev-end-of-buffer)))
;;
;; If you want multiple addresses separated by a string other than ", " then
;; you can set the variable mail-alias-separator-string to it. This has to