Mercurial > hg > xemacs-beta
diff lisp/modes/cc-mode.el @ 54:05472e90ae02 r19-16-pre2
Import from CVS: tag r19-16-pre2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:57:55 +0200 |
parents | 8d2a9b52c682 |
children | 131b0175ea99 |
line wrap: on
line diff
--- a/lisp/modes/cc-mode.el Mon Aug 13 08:57:25 2007 +0200 +++ b/lisp/modes/cc-mode.el Mon Aug 13 08:57:55 2007 +0200 @@ -6,8 +6,8 @@ ;; 1987 Dave Detlefs and Stewart Clamen ;; 1985 Richard M. Stallman ;; Created: a long, long, time ago. adapted from the original c-mode.el -;; Version: 4.388 -;; Last Modified: 1997/03/25 03:19:17 +;; Version: 4.389 +;; Last Modified: 1997/03/28 16:48:31 ;; Keywords: c languages oop ;; NOTE: Read the commentary below for the right way to submit bug reports! @@ -4141,8 +4141,10 @@ (setq done t)) ) (setq cont t))) - injava-inher)) - ) + injava-inher) + (not (c-crosses-statement-barrier-p (cdr injava-inher) + (point))) + )) (cond ;; CASE 5C.1: non-hanging colon on an inher intro ((= char-after-ip ?:) @@ -5203,7 +5205,7 @@ ;; defuns for submitting bug reports -(defconst c-version "4.388" +(defconst c-version "4.389" "CC Mode version number.") (defconst c-mode-help-address "bug-gnu-emacs@prep.ai.mit.edu, cc-mode-help@python.org"