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:
parent
f772cd180d
commit
2e49e9f7f7
2 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,8 @@
|
||||||
* emacs-lisp/check-declare.el: New file.
|
* emacs-lisp/check-declare.el: New file.
|
||||||
* Makefile.in (check-declare): New target.
|
* 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.
|
* subr.el (process-lines): Move here from ../admin/admin.el.
|
||||||
* emacs-lisp/authors.el (authors-process-lines): Remove.
|
* emacs-lisp/authors.el (authors-process-lines): Remove.
|
||||||
(authors): Use process-lines rather than authors-process-lines.
|
(authors): Use process-lines rather than authors-process-lines.
|
||||||
|
|
|
||||||
|
|
@ -908,6 +908,8 @@ affects all Fortran buffers, and also the default."
|
||||||
"Fortran mode adds this to `hack-local-variables-hook'."
|
"Fortran mode adds this to `hack-local-variables-hook'."
|
||||||
(fortran-line-length fortran-line-length))
|
(fortran-line-length fortran-line-length))
|
||||||
|
|
||||||
|
(declare-function gud-find-c-expr "gud.el" nil)
|
||||||
|
|
||||||
(defun fortran-gud-find-expr ()
|
(defun fortran-gud-find-expr ()
|
||||||
;; Consider \n as punctuation (end of expression).
|
;; Consider \n as punctuation (end of expression).
|
||||||
(with-syntax-table fortran-gud-syntax-table
|
(with-syntax-table fortran-gud-syntax-table
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue