/[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.548 by eliz, Sat Jan 12 13:27:13 2002 UTC revision 1.549 by rms, Thu Jan 24 18:55:53 2002 UTC
# Line 2745  After saving the buffer, this function r Line 2745  After saving the buffer, this function r
2745                ;; delete the temp file.                ;; delete the temp file.
2746                (or succeed                (or succeed
2747                    (progn                    (progn
2748                      (delete-file tempname)                      (condition-case nil
2749                            (delete-file tempname)
2750                          (file-error nil))
2751                      (set-visited-file-modtime old-modtime))))                      (set-visited-file-modtime old-modtime))))
2752              ;; Since we have created an entirely new file              ;; Since we have created an entirely new file
2753              ;; and renamed it, make sure it gets the              ;; and renamed it, make sure it gets the

Legend:
Removed from v.1.548  
changed lines
  Added in v.1.549

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