diff options
author | Barry Warsaw <barry@python.org> | 1999-12-01 22:46:09 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1999-12-01 22:46:09 (GMT) |
commit | 086bc367ee37735e1fb915415faa915e01dc5584 (patch) | |
tree | b8ea756f6e101ce9a37d99ecb5500dfd685ebec6 /Misc | |
parent | bda81c86af87b7d87fdcd3a9300fad782e866e27 (diff) | |
download | cpython-086bc367ee37735e1fb915415faa915e01dc5584.zip cpython-086bc367ee37735e1fb915415faa915e01dc5584.tar.gz cpython-086bc367ee37735e1fb915415faa915e01dc5584.tar.bz2 |
Minor change to test new CVS reporting
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ccpy-style.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/ccpy-style.el b/Misc/ccpy-style.el index e71ec0a..a3c700b 100644 --- a/Misc/ccpy-style.el +++ b/Misc/ccpy-style.el @@ -1,7 +1,7 @@ ;;; ccpy-style.el --- cc-mode style definition for Python C code ;; ;; Author: 1996 Barry A. Warsaw -;; Created: 6-Dec-1996 +;; Created: 6-Dec-1996 ;; Version: $Revision$ ;; Keywords: c python languages oop |