emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/locate.el


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/locate.el
Date: Thu, 26 May 2005 09:04:16 -0400

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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]