/[emacs]/emacs/lisp/mail/mailalias.el
ViewVC logotype

Diff of /emacs/lisp/mail/mailalias.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.48 by pj, Sat Oct 13 08:09:17 2001 UTC revision 1.48.4.1 by miles, Fri Apr 4 06:20:27 2003 UTC
# Line 302  By default, this is the file specified b Line 302  By default, this is the file specified b
302  This means that sending a message to NAME will actually send to DEFINITION.  This means that sending a message to NAME will actually send to DEFINITION.
303    
304  Normally, the addresses in DEFINITION must be separated by commas.  Normally, the addresses in DEFINITION must be separated by commas.
305  If FROM-MAILRC-FILE is non-nil, then addresses in DEFINITION  If FROM-MAILRC-FILE is non-nil, then addresses in DEFINITION
306  can be separated by spaces; an address can contain spaces  can be separated by spaces; an address can contain spaces
307  if it is quoted with double-quotes."  if it is quoted with double-quotes."
308    
# Line 352  if it is quoted with double-quotes." Line 352  if it is quoted with double-quotes."
352          (if convert-backslash          (if convert-backslash
353              (while (string-match "[\\]" temp pos)              (while (string-match "[\\]" temp pos)
354                (setq temp (replace-match "" t t temp))                (setq temp (replace-match "" t t temp))
355                (if start                (if start
356                    (setq start (1- start)))                    (setq start (1- start)))
357                (setq pos (match-end 0))))                (setq pos (match-end 0))))
358          (setq result (cons temp result))))          (setq result (cons temp result))))

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.48.4.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26