Index: emacs/lisp/wdired.el
diff -c emacs/lisp/wdired.el:1.9 emacs/lisp/wdired.el:1.10
*** emacs/lisp/wdired.el:1.9    Mon Apr 11 19:01:17 2005
--- emacs/lisp/wdired.el        Thu May 26 13:24:25 2005
***************
*** 263,269 ****
    (buffer-enable-undo) ; Performance hack. See above.
    (set-buffer-modified-p nil)
    (setq buffer-undo-list nil)
!   (run-hooks 'wdired-mode-hook)
    (message (substitute-command-keys "Press \\[wdired-finish-edit] when 
finished \
  or \\[wdired-abort-changes] to abort changes")))
  
--- 263,269 ----
    (buffer-enable-undo) ; Performance hack. See above.
    (set-buffer-modified-p nil)
    (setq buffer-undo-list nil)
!   (run-mode-hooks 'wdired-mode-hook)
    (message (substitute-command-keys "Press \\[wdired-finish-edit] when 
finished \
  or \\[wdired-abort-changes] to abort changes")))
  


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to