emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mail/mailabbrev.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/mailabbrev.el
Date: Fri, 04 Apr 2003 01:22:31 -0500

Index: emacs/lisp/mail/mailabbrev.el
diff -c emacs/lisp/mail/mailabbrev.el:1.70 emacs/lisp/mail/mailabbrev.el:1.71
*** emacs/lisp/mail/mailabbrev.el:1.70  Sat Sep 21 16:10:47 2002
--- emacs/lisp/mail/mailabbrev.el       Sun Jan 12 15:48:49 2003
***************
*** 1,6 ****
  ;;; mailabbrev.el --- abbrev-expansion of mail aliases
  
! ;; Copyright (C) 1985, 86, 87, 92, 93, 96, 1997, 2000, 2002
  ;;    Free Software Foundation, Inc.
  
  ;; Author: Jamie Zawinski <address@hidden>, now <address@hidden>
--- 1,6 ----
  ;;; mailabbrev.el --- abbrev-expansion of mail aliases
  
! ;; Copyright (C) 1985, 86, 87, 92, 93, 96, 1997, 2000, 2002, 2003
  ;;    Free Software Foundation, Inc.
  
  ;; Author: Jamie Zawinski <address@hidden>, now <address@hidden>
***************
*** 111,120 ****
  ;;  (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)))
  ;;
  ;; 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
--- 111,118 ----
  ;;  (add-hook
  ;;   'mail-mode-hook
  ;;   (lambda ()
! ;;      (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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]