comparison lisp/dired.el @ 41092:078a3f1b537a

(dired-undo): Display a message to explain that this does not undo file system changes.
author Richard M. Stallman <rms@gnu.org>
date Thu, 15 Nov 2001 19:00:15 +0000
parents 4bc87462585c
children db9182517100
comparison
equal deleted inserted replaced
41091:418fff19f92e 41092:078a3f1b537a
1303 You can use it to recover marks, killed lines or subdirs. 1303 You can use it to recover marks, killed lines or subdirs.
1304 In the latter case, you have to do \\[dired-build-subdir-alist] to 1304 In the latter case, you have to do \\[dired-build-subdir-alist] to
1305 parse the buffer again." 1305 parse the buffer again."
1306 (interactive) 1306 (interactive)
1307 (let (buffer-read-only) 1307 (let (buffer-read-only)
1308 (undo))) 1308 (undo)
1309 (message "Change in Dired buffer undone.
1310 Actual changes in files cannot be undone by Emacs.")))
1309 1311
1310 (defun dired-next-line (arg) 1312 (defun dired-next-line (arg)
1311 "Move down lines then position at filename. 1313 "Move down lines then position at filename.
1312 Optional prefix ARG says how many lines to move; default is one line." 1314 Optional prefix ARG says how many lines to move; default is one line."
1313 (interactive "p") 1315 (interactive "p")