From 1d84e9bbabf8c7f88aeed1f556dfd6f27a4d1bb4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Manuel=20G=C3=B3mez?= Date: Fri, 9 Dec 2011 20:54:01 +0100 Subject: [PATCH] lisp/speedbar.el (speedbar-supported-extension-expressions): Add .adb, .ads. Fixes: debbugs:10256 --- lisp/ChangeLog | 5 +++++ lisp/speedbar.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dac5d05e181..ed5af2e2b20 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-12-09 Manuel Gómez (tiny change) + + * speedbar.el (speedbar-supported-extension-expressions): + Add .adb and .ads, commonly used for Ada source code (bug#10256). + 2011-12-09 Juanma Barranquero * printing.el (pr-mode-alist): diff --git a/lisp/speedbar.el b/lisp/speedbar.el index 3e79095e52f..efe7832aca6 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el @@ -696,7 +696,7 @@ function `speedbar-extension-list-to-regex'.") (append '(".[ch]\\(\\+\\+\\|pp\\|c\\|h\\|xx\\)?" ".tex\\(i\\(nfo\\)?\\)?" ".el" ".emacs" ".l" ".lsp" ".p" ".java" ".js" ".f\\(90\\|77\\|or\\)?") (if speedbar-use-imenu-flag - '(".ada" ".p[lm]" ".tcl" ".m" ".scm" ".pm" ".py" ".g" + '(".ad[abs]" ".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" -- 2.39.2