From f5e16d96befd09313be28403c4b00e7684bac857 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 20 Sep 1992 19:06:51 +0000 Subject: *** empty log message *** --- lisp/progmodes/c-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/c-mode.el b/lisp/progmodes/c-mode.el index 0e753bbece..395d641682 100644 --- a/lisp/progmodes/c-mode.el +++ b/lisp/progmodes/c-mode.el @@ -544,7 +544,7 @@ Returns nil if line starts inside a string, t if in a comment." ;; 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 -- cgit v1.2.3