comparison lisp/modes/sendmail.el @ 195:a2f645c6b9f8 r20-3b24

Import from CVS: tag r20-3b24
author cvs
date Mon, 13 Aug 2007 09:59:05 +0200
parents 59463afc5666
children 41ff10fd062f
comparison
equal deleted inserted replaced
194:2947057885e5 195:a2f645c6b9f8
1266 (same-window-buffer-names nil) 1266 (same-window-buffer-names nil)
1267 (same-window-regexps nil)) 1267 (same-window-regexps nil))
1268 (pop-to-buffer "*mail*")) 1268 (pop-to-buffer "*mail*"))
1269 (mail noerase to subject in-reply-to cc replybuffer sendactions)) 1269 (mail noerase to subject in-reply-to cc replybuffer sendactions))
1270 1270
1271 ;;; Do not execute these when sendmail.el is loaded,
1272 ;;; only in loaddefs.el.
1273 ;;;###autoload (define-key ctl-x-map "m" 'mail)
1274 ;;;###autoload (define-key ctl-x-4-map "m" 'mail-other-window)
1275 ;;;###autoload (define-key ctl-x-5-map "m" 'mail-other-frame)
1276
1277 ;;;###autoload (add-hook 'same-window-buffer-names "*mail*") 1271 ;;;###autoload (add-hook 'same-window-buffer-names "*mail*")
1278 1272
1279 ;;; Do not add anything but external entries on this page. 1273 ;;; Do not add anything but external entries on this page.
1280 1274
1281 (provide 'sendmail) 1275 (provide 'sendmail)