CVS update by michaels packages/xemacs-packages/semantic/bovine ...

xemacs-cvs at xemacs.org xemacs-cvs at xemacs.org
Mon Dec 3 09:00:17 EST 2007


  User: michaels
  Date: 07/12/03 15:00:17

  Modified:    packages/xemacs-packages/semantic/bovine semantic-c.el
Log:
Fix typo.

Revision  Changes    Path
1.3       +3 -3      XEmacs/packages/xemacs-packages/semantic/bovine/semantic-c.el

Index: semantic-c.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/semantic/bovine/semantic-c.el,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- semantic-c.el	2007/12/03 07:04:56	1.2
+++ semantic-c.el	2007/12/03 14:00:16	1.3
@@ -3,7 +3,7 @@
 ;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Eric M. Ludlam
 
 ;; Author: Eric M. Ludlam <zappo at gnu.org>
-;; X-RCS: $Id: semantic-c.el,v 1.2 2007/12/03 07:04:56 michaels Exp $
+;; X-RCS: $Id: semantic-c.el,v 1.3 2007/12/03 14:00:16 michaels Exp $
 
 ;; This file is not part of GNU Emacs.
 
@@ -787,8 +787,8 @@ DO NOT return the list of tags encompass
 
 ; ;;;###autoload
 (add-hook 'c-mode-hook 'semantic-default-c-setup)
-;;;###autoload
-; (add-hook 'c++-mode-hook 'semantic-default-c-setup)
+; ;;###autoload
+(add-hook 'c++-mode-hook 'semantic-default-c-setup)
 
 (define-child-mode c++-mode c-mode
   "`c++-mode' uses the same parser as `c-mode'.")





More information about the XEmacs-CVS mailing list