diff lisp/modes/cc-mode.el @ 44:8d2a9b52c682 r19-15prefinal

Import from CVS: tag r19-15prefinal
author cvs
date Mon, 13 Aug 2007 08:55:10 +0200
parents 7e54bd776075
children 05472e90ae02
line wrap: on
line diff
--- a/lisp/modes/cc-mode.el	Mon Aug 13 08:54:52 2007 +0200
+++ b/lisp/modes/cc-mode.el	Mon Aug 13 08:55:10 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.387
-;; Last Modified:   1997/03/21 20:25:33
+;; Version:         4.388
+;; Last Modified:   1997/03/25 03:19:17
 ;; Keywords: c languages oop
 
 ;; NOTE: Read the commentary below for the right way to submit bug reports!
@@ -4050,7 +4050,7 @@
 		(if (looking-at "typedef[^_]")
 		    (progn (forward-sexp 1)
 			   (c-forward-syntactic-ws indent-point)))
-		(setq placeholder (c-point 'bol))
+		(setq placeholder (c-point 'boi))
 		(and (or (looking-at "enum[ \t\n]+")
 			 (= char-before-ip ?=))
 		     (save-excursion
@@ -5203,7 +5203,7 @@
 
 ;; defuns for submitting bug reports
 
-(defconst c-version "4.387"
+(defconst c-version "4.388"
   "CC Mode version number.")
 (defconst c-mode-help-address
   "bug-gnu-emacs@prep.ai.mit.edu, cc-mode-help@python.org"