emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/which-func.el
Date: Wed, 14 Aug 2002 20:26:59 -0400

Index: emacs/lisp/which-func.el
diff -c emacs/lisp/which-func.el:1.27 emacs/lisp/which-func.el:1.28
*** emacs/lisp/which-func.el:1.27       Wed Nov 21 19:07:57 2001
--- emacs/lisp/which-func.el    Wed Aug 14 20:26:59 2002
***************
*** 58,64 ****
  ;; Peter Eisenhauer <address@hidden>
  ;;     Bug fixing in case nested indexes.
  ;; Terry Tateyama   <address@hidden>
! ;;     Suggestion to use find-file-hooks for first imenu
  ;;     index building.
  
  ;;; Code:
--- 58,64 ----
  ;; Peter Eisenhauer <address@hidden>
  ;;     Bug fixing in case nested indexes.
  ;; Terry Tateyama   <address@hidden>
! ;;     Suggestion to use find-file-hook for first imenu
  ;;     index building.
  
  ;;; Code:
***************
*** 131,137 ****
  (make-variable-buffer-local 'which-func-mode)
  ;;(put 'which-func-mode 'permanent-local t)
  
! (add-hook 'find-file-hooks 'which-func-ff-hook t)
  
  (defun which-func-ff-hook ()
    "File find hook for Which Function mode.
--- 131,137 ----
  (make-variable-buffer-local 'which-func-mode)
  ;;(put 'which-func-mode 'permanent-local t)
  
! (add-hook 'find-file-hook 'which-func-ff-hook t)
  
  (defun which-func-ff-hook ()
    "File find hook for Which Function mode.




reply via email to

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