/[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.639 by kai, Sat Feb 22 20:27:51 2003 UTC revision 1.640 by rms, Sun Feb 23 15:04:11 2003 UTC
# Line 3362  non-nil, it is called instead of rereadi Line 3362  non-nil, it is called instead of rereadi
3362                       (funcall revert-buffer-insert-file-contents-function                       (funcall revert-buffer-insert-file-contents-function
3363                                file-name auto-save-p)                                file-name auto-save-p)
3364                     (if (not (file-exists-p file-name))                     (if (not (file-exists-p file-name))
3365                         (error "File %s no longer exists!" file-name))                         (error (if buffer-file-number
3366                                      "File %s no longer exists!"
3367                                    "Cannot revert nonexistent file %s")
3368                                  file-name))
3369                     ;; Bind buffer-file-name to nil                     ;; Bind buffer-file-name to nil
3370                     ;; so that we don't try to lock the file.                     ;; so that we don't try to lock the file.
3371                     (let ((buffer-file-name nil))                     (let ((buffer-file-name nil))

Legend:
Removed from v.1.639  
changed lines
  Added in v.1.640

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