aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1992-09-20 19:06:51 +0000
committerRichard M. Stallman <[email protected]>1992-09-20 19:06:51 +0000
commitf5e16d96befd09313be28403c4b00e7684bac857 (patch)
treee3de206683eacf74ec2b602ca33de31a7757cb37
parent7f2c2edda932cbbe474a8bba0787a237964e503a (diff)
*** empty log message ***
-rw-r--r--lisp/progmodes/c-mode.el2
1 files changed, 1 insertions, 1 deletions
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