comparison lisp/mail/mailalias.el @ 256:7e4c7ef44243

*** empty log message ***
author Roland McGrath <roland@gnu.org>
date Thu, 09 May 1991 21:50:34 +0000
parents ce8e0192266e
children c3bbd755b7da
comparison
equal deleted inserted replaced
255:cdf87250ed27 256:7e4c7ef44243
128 (if buffer (kill-buffer buffer)) 128 (if buffer (kill-buffer buffer))
129 (set-buffer obuf)))) 129 (set-buffer obuf))))
130 130
131 ;; Always autoloadable in case the user wants to define aliases 131 ;; Always autoloadable in case the user wants to define aliases
132 ;; interactively or in .emacs. 132 ;; interactively or in .emacs.
133 ;;;###autoload
133 (defun define-mail-alias (name definition) 134 (defun define-mail-alias (name definition)
134 "Define NAME as a mail alias that translates to DEFINITION. 135 "Define NAME as a mail alias that translates to DEFINITION.
135 This means that sending a message to NAME will actually send to DEFINITION. 136 This means that sending a message to NAME will actually send to DEFINITION.
136 DEFINITION can be one or more mail addresses separated by commas." 137 DEFINITION can be one or more mail addresses separated by commas."
137 (interactive "sDefine mail alias: \nsDefine %s as mail alias for: ") 138 (interactive "sDefine mail alias: \nsDefine %s as mail alias for: ")