comparison lisp/wdired.el @ 61030:6b0506554db8

(wdired-change-to-wdired-mode): Mention `wdired-abort-changes' key in the initial message.
author Juri Linkov <juri@jurta.org>
date Mon, 28 Mar 2005 01:25:54 +0000
parents 23d1c18f95f0
children 796b7fe4bfd8
comparison
equal deleted inserted replaced
61029:ea8106ee0289 61030:6b0506554db8
328 (wdired-preprocess-symlinks)) 328 (wdired-preprocess-symlinks))
329 (buffer-enable-undo) ; Performance hack. See above. 329 (buffer-enable-undo) ; Performance hack. See above.
330 (set-buffer-modified-p nil) 330 (set-buffer-modified-p nil)
331 (setq buffer-undo-list nil) 331 (setq buffer-undo-list nil)
332 (run-hooks 'wdired-mode-hook) 332 (run-hooks 'wdired-mode-hook)
333 (message (substitute-command-keys "Press \\[wdired-finish-edit] when finished"))) 333 (message (substitute-command-keys "Press \\[wdired-finish-edit] when finished \
334 or \\[wdired-abort-changes] to abort changes")))
334 335
335 336
336 ;; Protect the buffer so only the filenames can be changed, and put 337 ;; Protect the buffer so only the filenames can be changed, and put
337 ;; properties so filenames (old and new) can be easily found. 338 ;; properties so filenames (old and new) can be easily found.
338 (defun wdired-preprocess-files () 339 (defun wdired-preprocess-files ()