# HG changeset patch # User Richard M. Stallman # Date 717016011 0 # Node ID 835b1e5706215775f2a4bf10829b68f5e5de4264 # Parent 60e0dc538df3cf0fc403da86d78cab81ebb64576 *** empty log message *** diff -r 60e0dc538df3 -r 835b1e570621 lisp/progmodes/c-mode.el --- 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