comparison lisp/modes/sendmail.el @ 18:d95e72db5c07 r19-15b92

Import from CVS: tag r19-15b92
author cvs
date Mon, 13 Aug 2007 08:49:43 +0200
parents 0293115a14e9
children e04119814345
comparison
equal deleted inserted replaced
17:4579af9d8826 18:d95e72db5c07
1239 (pop-to-buffer "*mail*")) 1239 (pop-to-buffer "*mail*"))
1240 (mail noerase to subject in-reply-to cc replybuffer sendactions)) 1240 (mail noerase to subject in-reply-to cc replybuffer sendactions))
1241 1241
1242 ;;; Do not execute these when sendmail.el is loaded, 1242 ;;; Do not execute these when sendmail.el is loaded,
1243 ;;; only in loaddefs.el. 1243 ;;; only in loaddefs.el.
1244 ;;; Do not autoload, this package is obsolete. -sb
1244 ;;;###autoload (define-key ctl-x-map "m" 'mail) 1245 ;;;###autoload (define-key ctl-x-map "m" 'mail)
1245 ;;;###autoload (define-key ctl-x-4-map "m" 'mail-other-window) 1246 ;;;###autoload (define-key ctl-x-4-map "m" 'mail-other-window)
1246 ;;;###autoload (define-key ctl-x-5-map "m" 'mail-other-frame) 1247 ;;;###autoload (define-key ctl-x-5-map "m" 'mail-other-frame)
1247 1248
1248 ;;;###autoload (add-hook 'same-window-buffer-names "*mail*") 1249 ;;;###autoload (add-hook 'same-window-buffer-names "*mail*")