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

Diff of /emacs/lisp/files.el

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

revision 1.793 by rms, Fri Oct 28 16:20:12 2005 UTC revision 1.794 by monnier, Mon Nov 14 22:19:28 2005 UTC
# Line 2717  Interactively, confirmation is required Line 2717  Interactively, confirmation is required
2717    (and buffer-file-name    (and buffer-file-name
2718         (file-writable-p buffer-file-name)         (file-writable-p buffer-file-name)
2719         (setq buffer-read-only nil))         (setq buffer-read-only nil))
2720    (save-buffer))    (save-buffer)
2721      ;; It's likely that the VC status at the new location is different from
2722      ;; the one at the old location.
2723      (vc-find-file-hook))
2724    
2725  (defun backup-buffer ()  (defun backup-buffer ()
2726    "Make a backup of the disk file visited by the current buffer, if appropriate.    "Make a backup of the disk file visited by the current buffer, if appropriate.

Legend:
Removed from v.1.793  
changed lines
  Added in v.1.794

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