From: Eli Zaretskii Date: Thu, 12 Jul 2001 07:15:00 +0000 (+0000) Subject: (speedbar-supported-extension-expressions): Add .g to the extension list, X-Git-Tag: emacs-pretest-21.0.104~14 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ec7dc7e177c409924ba0f905c2fdbcb179d883c5;p=emacs.git (speedbar-supported-extension-expressions): Add .g to the extension list, for antlr-mode. From Christoph Wedler . --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4dd4ea79a9f..a922e59ccdf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2001-07-11 Eli Zaretskii + + * speedbar.el (speedbar-supported-extension-expressions): Add .g + to the extension list, for antlr-mode. From Christoph Wedler + . + 2001-07-11 Stefan Monnier * vc.el (vc-prefix-map): Moved back to vc-hooks.el. diff --git a/lisp/speedbar.el b/lisp/speedbar.el index e543aa5304d..12f99e28015 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el @@ -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"