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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/which-func.el [lexbind]
Date: Sat, 04 Sep 2004 05:44:31 -0400

Index: emacs/lisp/progmodes/which-func.el
diff -c emacs/lisp/progmodes/which-func.el:1.3.2.3 
emacs/lisp/progmodes/which-func.el:1.3.2.4
*** emacs/lisp/progmodes/which-func.el:1.3.2.3  Fri Jul 23 04:42:21 2004
--- emacs/lisp/progmodes/which-func.el  Sat Sep  4 09:24:35 2004
***************
*** 186,192 ****
    (which-func-update-1 (selected-window)))
  
  (defun which-func-update-1 (window)
!   "Update the Which-Function mode display for window WINDOW."
    (with-selected-window window
      (when which-func-mode
        (condition-case info
--- 186,192 ----
    (which-func-update-1 (selected-window)))
  
  (defun which-func-update-1 (window)
!   "Update the Which Function mode display for window WINDOW."
    (with-selected-window window
      (when which-func-mode
        (condition-case info




reply via email to

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