From 36967cf790b79b3c575a4eacee3c64da07815e9b Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 31 Oct 2010 19:33:11 -0700 Subject: [PATCH] * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords): Silence compiler. --- lisp/ChangeLog | 5 +++++ lisp/progmodes/ada-mode.el | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2d1b87ccfae..79bd52cec6f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-11-01 Glenn Morris + + * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords): + Silence compiler. + 2010-10-31 Julien Danjou * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297). diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el index 4bbe1e43f85..bc470322ec6 100644 --- a/lisp/progmodes/ada-mode.el +++ b/lisp/progmodes/ada-mode.el @@ -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 ;; Markus Heritsch @@ -1117,9 +1118,9 @@ the file name." (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 @@ This function typically is to be hooked into `ff-file-created-hook'." ;;; provide ourselves (provide 'ada-mode) -;; arch-tag: 1b7d45ec-1698-43b5-8d4a-e479ea023270 ;;; ada-mode.el ends here -- 2.39.5