Mercurial > emacs
changeset 55134:1f59134413ff
(info-apropos): Reset Info-complete-cache.
author | Jesper Harder <harder@ifa.au.dk> |
---|---|
date | Sun, 25 Apr 2004 14:08:02 +0000 |
parents | 77a1309e787d |
children | 0d9ec2b24429 |
files | lisp/ChangeLog lisp/info.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Apr 25 12:57:05 2004 +0000 +++ b/lisp/ChangeLog Sun Apr 25 14:08:02 2004 +0000 @@ -1,3 +1,7 @@ +2004-04-25 Jesper Harder <harder@ifa.au.dk> + + * info.el (info-apropos): Reset Info-complete-cache. + 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org> * progmodes/compile.el (compilation-error-regexp-alist-alist):
--- a/lisp/info.el Sun Apr 25 12:57:05 2004 +0000 +++ b/lisp/info.el Sun Apr 25 14:08:02 2004 +0000 @@ -2467,7 +2467,8 @@ (dolist (entry matches) (insert "* " (car entry) " [" (nth 2 entry) "]: (" (nth 2 entry) ")" (nth 1 entry) ".\n"))) - (Info-find-node "apropos" "top"))))) + (Info-find-node "apropos" "top") + (setq Info-complete-cache nil))))) (defun Info-undefined () "Make command be undefined in Info."