/[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.529.4.4 by rms, Wed Nov 21 12:03:22 2001 UTC revision 1.529.4.5 by eliz, Sun Jan 13 08:49:06 2002 UTC
# Line 1071  that are visiting the various files." Line 1071  that are visiting the various files."
1071                           (with-current-buffer buf                           (with-current-buffer buf
1072                             (revert-buffer t t)))))                             (revert-buffer t t)))))
1073                (with-current-buffer buf                (with-current-buffer buf
1074                  (when (not (eq (not (null rawfile))                  (when (and (not (eq (not (null rawfile))
1075                                 (not (null find-file-literally))))                                      (not (null find-file-literally))))
1076                               ;; It is confusing to ask whether to visit
1077                               ;; non-literally if they have the file in
1078                               ;; hexl-mode.
1079                               (not (eq major-mode 'hexl-mode)))
1080                    (if (buffer-modified-p)                    (if (buffer-modified-p)
1081                        (if (y-or-n-p (if rawfile                        (if (y-or-n-p (if rawfile
1082                                          "Save file and revisit literally? "                                          "Save file and revisit literally? "

Legend:
Removed from v.1.529.4.4  
changed lines
  Added in v.1.529.4.5

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