]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/speedbar.el (speedbar-supported-extension-expressions): Add .adb, .ads.
authorManuel Gómez <mgrojo@gmail.com>
Fri, 9 Dec 2011 19:54:01 +0000 (20:54 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 9 Dec 2011 19:54:01 +0000 (20:54 +0100)
Fixes: debbugs:10256
lisp/ChangeLog
lisp/speedbar.el

index dac5d05e18139d0d1967b64ab1363a020fabac8b..ed5af2e2b200fc68864423b820f03f04d1275152 100644 (file)
@@ -1,3 +1,8 @@
+2011-12-09  Manuel Gómez  <mgrojo@gmail.com>  (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  <lekktu@gmail.com>
 
        * printing.el (pr-mode-alist):
index 3e79095e52fb41dab619f0a09d3016e2d2cd0da3..efe7832aca6a4941935416e54c3724d8710f422c 100644 (file)
@@ -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"