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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/shadowfile.el [lexbind]
Date: Thu, 28 Oct 2004 22:27:44 -0400

Index: emacs/lisp/shadowfile.el
diff -c emacs/lisp/shadowfile.el:1.18.2.3 emacs/lisp/shadowfile.el:1.18.2.4
*** emacs/lisp/shadowfile.el:1.18.2.3   Mon Oct 25 04:22:23 2004
--- emacs/lisp/shadowfile.el    Fri Oct 29 02:05:09 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]