diff lisp/modes/cc-mode.el @ 116:9f59509498e1 r20-1b10

Import from CVS: tag r20-1b10
author cvs
date Mon, 13 Aug 2007 09:23:06 +0200
parents 8619ce7e4c50
children 7d55a9ba150c
line wrap: on
line diff
--- a/lisp/modes/cc-mode.el	Mon Aug 13 09:21:56 2007 +0200
+++ b/lisp/modes/cc-mode.el	Mon Aug 13 09:23:06 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"