patch for Info-find-emacs-command-nodes - 21.4

Jeff Miller jmiller at cablespeed.com
Sat Oct 14 18:48:56 EDT 2006


Here is the equivalent patch for 21.4

2006-10-14  Jeff Miller  <jmiller at xemacs.org>

        * info.el (Info-find-emacs-command-nodes): fix regex for find
          command node.  


--- lisp/info.el.orig   2006-10-14 17:17:27.000000000 -0400
+++ lisp/info.el        2006-10-14 17:17:35.000000000 -0400
@@ -3035,7 +3035,7 @@
 \(FILENAME NODENAME BUFFERPOS\)."
   (let ((where '())
        (cmd-desc (concat "^\\* " (regexp-quote (symbol-name command))
-                         ":\\s *\\(.*\\)\\.$")))
+                         ":\\s *\\(.*\\)\\.")))
     (save-excursion
       (Info-find-node "XEmacs" "Command Index")
       ;; Take the index node off the Info history.



More information about the XEmacs-Patches mailing list