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/mailalias.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/mailalias.el
Date: Tue, 04 Feb 2003 08:14:01 -0500

Index: emacs/lisp/mail/mailalias.el
diff -c emacs/lisp/mail/mailalias.el:1.48 emacs/lisp/mail/mailalias.el:1.49
*** emacs/lisp/mail/mailalias.el:1.48   Sat Oct 13 04:09:17 2001
--- emacs/lisp/mail/mailalias.el        Tue Feb  4 08:14:00 2003
***************
*** 302,308 ****
  This means that sending a message to NAME will actually send to DEFINITION.
  
  Normally, the addresses in DEFINITION must be separated by commas.
! If FROM-MAILRC-FILE is non-nil, then addresses in DEFINITION 
  can be separated by spaces; an address can contain spaces
  if it is quoted with double-quotes."
  
--- 302,308 ----
  This means that sending a message to NAME will actually send to DEFINITION.
  
  Normally, the addresses in DEFINITION must be separated by commas.
! If FROM-MAILRC-FILE is non-nil, then addresses in DEFINITION
  can be separated by spaces; an address can contain spaces
  if it is quoted with double-quotes."
  
***************
*** 352,358 ****
        (if convert-backslash
            (while (string-match "[\\]" temp pos)
              (setq temp (replace-match "" t t temp))
!             (if start 
                  (setq start (1- start)))
              (setq pos (match-end 0))))
        (setq result (cons temp result))))
--- 352,358 ----
        (if convert-backslash
            (while (string-match "[\\]" temp pos)
              (setq temp (replace-match "" t t temp))
!             (if start
                  (setq start (1- start)))
              (setq pos (match-end 0))))
        (setq result (cons temp result))))




reply via email to

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