Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2e49e9f7
Commit
2e49e9f7
authored
Nov 17, 2007
by
Glenn Morris
Browse files
(gud-find-c-expr): Declare as a function.
parent
f772cd18
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/progmodes/fortran.el
lisp/progmodes/fortran.el
+2
-0
No files found.
lisp/ChangeLog
View file @
2e49e9f7
...
@@ -8,6 +8,8 @@
...
@@ -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.
...
...
lisp/progmodes/fortran.el
View file @
2e49e9f7
...
@@ -908,6 +908,8 @@ affects all Fortran buffers, and also the default."
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment