emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r102190: * progmodes/ada-mode.el (ada


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102190: * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords): Silence compiler.
Date: Sun, 31 Oct 2010 19:33:11 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102190
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2010-10-31 19:33:11 -0700
message:
  * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords): Silence compiler.
modified:
  lisp/ChangeLog
  lisp/progmodes/ada-mode.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-10-31 22:43:06 +0000
+++ b/lisp/ChangeLog    2010-11-01 02:33:11 +0000
@@ -1,3 +1,8 @@
+2010-11-01  Glenn Morris  <address@hidden>
+
+       * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
+       Silence compiler.
+
 2010-10-31  Julien Danjou  <address@hidden>
 
        * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).

=== modified file 'lisp/progmodes/ada-mode.el'
--- a/lisp/progmodes/ada-mode.el        2010-09-10 23:13:42 +0000
+++ b/lisp/progmodes/ada-mode.el        2010-11-01 02:33:11 +0000
@@ -1,7 +1,8 @@
 ;;; ada-mode.el --- major-mode for editing Ada sources
 
-;; Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+;;   2004, 2005, 2006, 2007, 2008, 2009, 2010
+;;   Free Software Foundation, Inc.
 
 ;; Author: Rolf Ebert      <address@hidden>
 ;;      Markus Heritsch <address@hidden>
@@ -1117,9 +1118,9 @@
        (funcall (symbol-function 'speedbar-add-supported-extension)
                 spec)
        (funcall (symbol-function 'speedbar-add-supported-extension)
-                body)))
-  )
+                body))))
 
+(defvar ada-font-lock-syntactic-keywords) ; defined below
 
 ;;;###autoload
 (defun ada-mode ()
@@ -5538,5 +5539,4 @@
 ;;; provide ourselves
 (provide 'ada-mode)
 
-;; arch-tag: 1b7d45ec-1698-43b5-8d4a-e479ea023270
 ;;; ada-mode.el ends here


reply via email to

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