[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/progmodes/which-func.el
From: |
Richard M . Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/progmodes/which-func.el |
Date: |
Sun, 29 May 2005 04:31:55 -0400 |
Index: emacs/lisp/progmodes/which-func.el
diff -c emacs/lisp/progmodes/which-func.el:1.8
emacs/lisp/progmodes/which-func.el:1.9
*** emacs/lisp/progmodes/which-func.el:1.8 Tue Mar 29 14:16:51 2005
--- emacs/lisp/progmodes/which-func.el Sun May 29 08:31:54 2005
***************
*** 196,202 ****
(puthash window current which-func-table)
(force-mode-line-update)))
(error
! (which-func-mode -1)
(error "Error in which-func-update: %s" info))))))
;;;###autoload
--- 196,202 ----
(puthash window current which-func-table)
(force-mode-line-update)))
(error
! (setq which-func-mode nil)
(error "Error in which-func-update: %s" info))))))
;;;###autoload
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/progmodes/which-func.el,
Richard M . Stallman <=