changeset 34303:19d808b1f586

*** empty log message ***
author Dave Love <fx@gnu.org>
date Wed, 06 Dec 2000 19:57:12 +0000
parents 1139c325f625
children dd613770eb0f
files lisp/progmodes/cc-align.el src/ChangeLog
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/cc-align.el	Wed Dec 06 19:56:47 2000 +0000
+++ b/lisp/progmodes/cc-align.el	Wed Dec 06 19:57:12 2000 +0000
@@ -1,6 +1,6 @@
 ;;; cc-align.el --- custom indentation functions for CC Mode
 
-;; Copyright (C) 1985,87,92,93,94,,95,96,97,98,99,2000 Free Software Foundation, Inc.
+;; Copyright (C) 1985,87,92,93,94,95,96,97,98,99,2000 Free Software Foundation, Inc.
 
 ;; Authors:    2000- Martin Stjernholm
 ;;	       1998-1999 Barry A. Warsaw and Martin Stjernholm
--- a/src/ChangeLog	Wed Dec 06 19:56:47 2000 +0000
+++ b/src/ChangeLog	Wed Dec 06 19:57:12 2000 +0000
@@ -1,3 +1,7 @@
+2000-12-06  Dave Love  <fx@gnu.org>
+
+	* strftime.c: Change some #if foo to #ifdef foo.
+
 2000-12-06  Andrew Innes  <andrewi@gnu.org>
 
 	* w32term.h (CP_INVALID): Rename to CP_UNKNOWN.