]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-file-list-for-emacs): Add an entry for Speedbar.
authorEli Zaretskii <eliz@gnu.org>
Sat, 21 Oct 2000 19:54:53 +0000 (19:54 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 21 Oct 2000 19:54:53 +0000 (19:54 +0000)
lisp/ChangeLog
lisp/info.el

index 540d3ebfae9875ae1769af4ca9bde231cd7af928..3f74bb92e86dde22d504eb40755d12cd0d9a8e10 100644 (file)
@@ -1,3 +1,7 @@
+2000-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
+
 2000-10-21  Stefan Monnier  <monnier@cs.yale.edu>
 
        * progmodes/sh-script.el (sh-mode-map): Remove bindings for
index fb228dd43728ffd8b82860126334c9c8d63adca2..29d3124efe1b39d664165e859ca231c0f2a9c104 100644 (file)
@@ -2245,7 +2245,7 @@ Allowed only if variable `Info-enable-edit' is non-nil."
     ("time-stamp" . "autotype") ("quickurl" . "autotype")
     ("tempo" . "autotype") ("hippie-expand" . "autotype")
     ("cvs" . "pcl-cvs")
-    "ebrowse" "cl" "idlwave" "reftex" "widget" "woman")
+    "ebrowse" "cl" "idlwave" "reftex" "speedbar" "widget" "woman")
   "List of Info files that describe Emacs commands.
 An element can be a file name, or a list of the form (PREFIX . FILE)
 where PREFIX is a name prefix and FILE is the file to look in.