]> git.eshelyaron.com Git - emacs.git/commitdiff
(info-apropos): Reset Info-complete-cache.
authorJesper Harder <harder@ifa.au.dk>
Sun, 25 Apr 2004 14:08:02 +0000 (14:08 +0000)
committerJesper Harder <harder@ifa.au.dk>
Sun, 25 Apr 2004 14:08:02 +0000 (14:08 +0000)
lisp/ChangeLog
lisp/info.el

index e6798b48f8708d47c1afffd22373962e6f658f93..940b6717de431007e8b26fa0acd805d66c998e8a 100644 (file)
@@ -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):
index a284ca7fa2e0a86c348ec3792750c03d2ffdc02f..1bbc35b3fc1df28c7879a247dc05a8b376494ed7 100644 (file)
@@ -2467,7 +2467,8 @@ Build a menu of the possible matches."
          (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."