/[emacs]/emacs/lisp/shadowfile.el
ViewVC logotype

Diff of /emacs/lisp/shadowfile.el

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

revision 1.22 by rms, Sun Oct 17 06:55:46 2004 UTC revision 1.23 by rms, Wed Oct 27 17:41:24 2004 UTC
# Line 518  Pending copies are stored in variable `s Line 518  Pending copies are stored in variable `s
518  `shadow-save-buffers-kill-emacs', so it is not usually necessary to  `shadow-save-buffers-kill-emacs', so it is not usually necessary to
519  call it manually."  call it manually."
520    (interactive "P")    (interactive "P")
521    (if (and (not shadow-files-to-copy) (interactive-p))    (if (not shadow-files-to-copy)
522        (message "No files need to be shadowed.")        (if (interactive-p)
523              (message "No files need to be shadowed."))
524      (save-excursion      (save-excursion
525        (map-y-or-n-p (function        (map-y-or-n-p (function
526                       (lambda (pair)                       (lambda (pair)

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

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