From 2e49e9f7f78aae921870411c0b17fd8cf17461c6 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 17 Nov 2007 03:49:59 +0000 Subject: [PATCH] (gud-find-c-expr): Declare as a function. --- lisp/ChangeLog | 2 ++ lisp/progmodes/fortran.el | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ae0d657697b..5fb813d6422 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 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 -- 2.39.2