Mercurial > emacs
changeset 1177:835b1e570621
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 20 Sep 1992 19:06:51 +0000 |
parents | 60e0dc538df3 |
children | fb4ec23ef80f |
files | lisp/progmodes/c-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/c-mode.el Sun Sep 20 02:22:09 1992 +0000 +++ b/lisp/progmodes/c-mode.el Sun Sep 20 19:06:51 1992 +0000 @@ -544,7 +544,7 @@ ;; Recognize the DEFUN macro in Emacs. (if (save-excursion ;; Move down to the (putative) argnames line. - (while (not (looking-at " *[({}]")) + (while (not (looking-at " *[({}#/]")) (forward-line 1)) ;; Go back to the DEFUN, if it is one. (condition-case nil