]> git.eshelyaron.com Git - emacs.git/commitdiff
(gud-find-c-expr): Declare as a function.
authorGlenn Morris <rgm@gnu.org>
Sat, 17 Nov 2007 03:49:59 +0000 (03:49 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 17 Nov 2007 03:49:59 +0000 (03:49 +0000)
lisp/ChangeLog
lisp/progmodes/fortran.el

index ae0d657697be423bfd67dca721eea48dd9ed371d..5fb813d6422887ea9c4cca6cf0f115faa395093a 100644 (file)
@@ -8,6 +8,8 @@
        * emacs-lisp/check-declare.el: New file.
        * Makefile.in (check-declare): New target.
 
+       * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
+
        * subr.el (process-lines): Move here from ../admin/admin.el.
        * emacs-lisp/authors.el (authors-process-lines): Remove.
        (authors): Use process-lines rather than authors-process-lines.
index 43cb61cba6b3f547716ab84e64821fc4c39cf2e3..1954319269d53545b6f6ca654aa45e54f735e0cd 100644 (file)
@@ -908,6 +908,8 @@ affects all Fortran buffers, and also the default."
   "Fortran mode adds this to `hack-local-variables-hook'."
   (fortran-line-length fortran-line-length))
 
+(declare-function gud-find-c-expr "gud.el" nil)
+
 (defun fortran-gud-find-expr ()
   ;; Consider \n as punctuation (end of expression).
   (with-syntax-table fortran-gud-syntax-table