1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00

(gud-find-c-expr): Declare as a function.

This commit is contained in:
Glenn Morris 2007-11-17 03:49:59 +00:00
parent f772cd180d
commit 2e49e9f7f7
2 changed files with 4 additions and 0 deletions

View 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.

View 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