emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/which-func.el
Date: Tue, 29 Mar 2005 09:16:51 -0500

Index: emacs/lisp/progmodes/which-func.el
diff -c emacs/lisp/progmodes/which-func.el:1.7 
emacs/lisp/progmodes/which-func.el:1.8
*** emacs/lisp/progmodes/which-func.el:1.7      Sun Dec  5 16:56:29 2004
--- emacs/lisp/progmodes/which-func.el  Tue Mar 29 14:16:51 2005
***************
*** 1,6 ****
  ;;; which-func.el --- print current function in mode line
  
! ;; Copyright (C) 1994, 1997, 1998, 2001, 2003 Free Software Foundation, Inc.
  
  ;; Author:   Alex Rezinsky <address@hidden>
  ;;           (doesn't seem to be responsive any more)
--- 1,7 ----
  ;;; which-func.el --- print current function in mode line
  
! ;; Copyright (C) 1994, 1997, 1998, 2001, 2003, 2005
! ;;           Free Software Foundation, Inc.
  
  ;; Author:   Alex Rezinsky <address@hidden>
  ;;           (doesn't seem to be responsive any more)
***************
*** 251,257 ****
      (when (and (null name)
               (boundp 'imenu--index-alist) (null imenu--index-alist)
               (null which-function-imenu-failed))
!       (imenu--make-index-alist)
        (unless imenu--index-alist
        (make-local-variable 'which-function-imenu-failed)
        (setq which-function-imenu-failed t)))
--- 252,258 ----
      (when (and (null name)
               (boundp 'imenu--index-alist) (null imenu--index-alist)
               (null which-function-imenu-failed))
!       (imenu--make-index-alist t)
        (unless imenu--index-alist
        (make-local-variable 'which-function-imenu-failed)
        (setq which-function-imenu-failed t)))
***************
*** 291,295 ****
  
  (provide 'which-func)
  
! ;;; arch-tag: fa8a55c7-bfe3-4ffc-95ab-01bf21796827
  ;;; which-func.el ends here
--- 292,296 ----
  
  (provide 'which-func)
  
! ;; arch-tag: fa8a55c7-bfe3-4ffc-95ab-01bf21796827
  ;;; which-func.el ends here




reply via email to

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