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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/shadowfile.el
Date: Wed, 27 Oct 2004 13:47:25 -0400

Index: emacs/lisp/shadowfile.el
diff -c emacs/lisp/shadowfile.el:1.22 emacs/lisp/shadowfile.el:1.23
*** emacs/lisp/shadowfile.el:1.22       Sun Oct 17 06:55:46 2004
--- emacs/lisp/shadowfile.el    Wed Oct 27 17:41:24 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]