emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/shadowfile.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/shadowfile.el [emacs-unicode-2]
Date: Thu, 04 Nov 2004 04:04:09 -0500

Index: emacs/lisp/shadowfile.el
diff -c emacs/lisp/shadowfile.el:1.20.4.2 emacs/lisp/shadowfile.el:1.20.4.3
*** emacs/lisp/shadowfile.el:1.20.4.2   Fri Oct 22 10:13:29 2004
--- emacs/lisp/shadowfile.el    Thu Nov  4 08:55:37 2004
***************
*** 518,525 ****
  `shadow-save-buffers-kill-emacs', so it is not usually necessary to
  call it manually."
    (interactive "P")
!   (if (and (not shadow-files-to-copy) (interactive-p))
!       (message "No files need to be shadowed.")
      (save-excursion
        (map-y-or-n-p (function
                     (lambda (pair)
--- 518,526 ----
  `shadow-save-buffers-kill-emacs', so it is not usually necessary to
  call it manually."
    (interactive "P")
!   (if (not shadow-files-to-copy)
!       (if (interactive-p)
!         (message "No files need to be shadowed."))
      (save-excursion
        (map-y-or-n-p (function
                     (lambda (pair)




reply via email to

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