diff options
author | Glenn Morris <rgm@gnu.org> | 2007-11-17 03:49:59 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-11-17 03:49:59 +0000 |
commit | 2e49e9f7f78aae921870411c0b17fd8cf17461c6 (patch) | |
tree | 9a5f9b3b2f1e283eb5863022cfd8bc5d7940e016 /lisp/progmodes/fortran.el | |
parent | f772cd180d4e53fd91b86171b025755af0704096 (diff) | |
download | emacs-2e49e9f7f78aae921870411c0b17fd8cf17461c6.tar.gz |
(gud-find-c-expr): Declare as a function.
Diffstat (limited to 'lisp/progmodes/fortran.el')
-rw-r--r-- | lisp/progmodes/fortran.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/fortran.el b/lisp/progmodes/fortran.el index 43cb61cba6b..1954319269d 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 |