aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2007-11-17 03:49:59 +0000
committerGlenn Morris <[email protected]>2007-11-17 03:49:59 +0000
commit2e49e9f7f78aae921870411c0b17fd8cf17461c6 (patch)
tree9a5f9b3b2f1e283eb5863022cfd8bc5d7940e016
parentf772cd180d4e53fd91b86171b025755af0704096 (diff)
(gud-find-c-expr): Declare as a function.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/progmodes/fortran.el2
2 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ae0d657697..5fb813d642 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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.
diff --git a/lisp/progmodes/fortran.el b/lisp/progmodes/fortran.el
index 43cb61cba6..1954319269 100644
--- a/lisp/progmodes/fortran.el
+++ b/lisp/progmodes/fortran.el
@@ -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