Index: emacs/lisp/locate.el
diff -c emacs/lisp/locate.el:1.26 emacs/lisp/locate.el:1.27
*** emacs/lisp/locate.el:1.26   Wed Feb  9 15:50:41 2005
--- emacs/lisp/locate.el        Thu May 26 13:04:16 2005
***************
*** 393,399 ****
    (make-local-variable 'revert-buffer-function)
    (setq revert-buffer-function 'locate-update)
    (set (make-local-variable 'page-delimiter) "\n\n")
!   (run-hooks 'locate-mode-hook))
  
  (defun locate-do-setup (search-string)
    (goto-char (point-min))
--- 393,399 ----
    (make-local-variable 'revert-buffer-function)
    (setq revert-buffer-function 'locate-update)
    (set (make-local-variable 'page-delimiter) "\n\n")
!   (run-mode-hooks 'locate-mode-hook))
  
  (defun locate-do-setup (search-string)
    (goto-char (point-min))


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

Reply via email to