]> git.eshelyaron.com Git - emacs.git/commitdiff
(speedbar-supported-extension-expressions): Add .g to the extension list,
authorEli Zaretskii <eliz@gnu.org>
Thu, 12 Jul 2001 07:15:00 +0000 (07:15 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 12 Jul 2001 07:15:00 +0000 (07:15 +0000)
for antlr-mode.  From Christoph Wedler <Christoph.Wedler@sap.com>.

lisp/ChangeLog
lisp/speedbar.el

index 4dd4ea79a9fa2ca9587a0a6e0bda6e39238b5380..a922e59ccdff922d6d028ec28d34646dd31ed112 100644 (file)
@@ -1,3 +1,9 @@
+2001-07-11  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * speedbar.el (speedbar-supported-extension-expressions): Add .g
+       to the extension list, for antlr-mode.  From Christoph Wedler
+       <Christoph.Wedler@sap.com>.
+
 2001-07-11  Stefan Monnier  <monnier@cs.yale.edu>
 
        * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
index e543aa5304d46e00c59b3d8fd3ff19e97d805720..12f99e280157b4c9a4af1f499f1cb1a7cda3d709 100644 (file)
@@ -671,7 +671,7 @@ It is generated from the variable `completion-ignored-extensions'")
   (append '(".[ch]\\(\\+\\+\\|pp\\|c\\|h\\|xx\\)?" ".tex\\(i\\(nfo\\)?\\)?"
            ".el" ".emacs" ".l" ".lsp" ".p" ".java" ".f\\(90\\|77\\|or\\)?")
          (if speedbar-use-imenu-flag
-             '(".ada" ".p[lm]" ".tcl" ".m" ".scm" ".pm" ".py"
+             '(".ada" ".p[lm]" ".tcl" ".m" ".scm" ".pm" ".py" ".g"
                ;; html is not supported by default, but an imenu tags package
                ;; is available.  Also, html files are nice to be able to see.
                ".s?html"