emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106645: lisp/speedbar.el (speedbar-s


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106645: lisp/speedbar.el (speedbar-supported-extension-expressions): Add .adb, .ads.
Date: Fri, 09 Dec 2011 20:54:01 +0100
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106645
fixes bug(s): http://debbugs.gnu.org/10256
author: Manuel Gómez <address@hidden>
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Fri 2011-12-09 20:54:01 +0100
message:
  lisp/speedbar.el (speedbar-supported-extension-expressions): Add .adb, .ads.
modified:
  lisp/ChangeLog
  lisp/speedbar.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-12-09 03:12:38 +0000
+++ b/lisp/ChangeLog    2011-12-09 19:54:01 +0000
@@ -1,3 +1,8 @@
+2011-12-09  Manuel Gómez  <address@hidden>  (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  <address@hidden>
 
        * printing.el (pr-mode-alist):

=== modified file 'lisp/speedbar.el'
--- a/lisp/speedbar.el  2011-12-04 08:02:42 +0000
+++ b/lisp/speedbar.el  2011-12-09 19:54:01 +0000
@@ -696,7 +696,7 @@
   (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"


reply via email to

[Prev in Thread] Current Thread [Next in Thread]