diff options
author | Barry Warsaw <barry@python.org> | 1999-12-01 23:25:55 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1999-12-01 23:25:55 (GMT) |
commit | fcd490b2908c09fe1b325a16706e4983ec1c15aa (patch) | |
tree | 5c4fd4980f1d92cdde3de9dcb69d0fff1b9341e9 | |
parent | 71d9f0dba13c3fc870eda5b6f4d42a06683d0a8c (diff) | |
download | cpython-fcd490b2908c09fe1b325a16706e4983ec1c15aa.zip cpython-fcd490b2908c09fe1b325a16706e4983ec1c15aa.tar.gz cpython-fcd490b2908c09fe1b325a16706e4983ec1c15aa.tar.bz2 |
testing CVS
-rw-r--r-- | Misc/ccpy-style.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/ccpy-style.el b/Misc/ccpy-style.el index 59ab4a1..85c3c00 100644 --- a/Misc/ccpy-style.el +++ b/Misc/ccpy-style.el @@ -9,6 +9,7 @@ ;; NOTE: This file is obsolete! All current versions of CC Mode ;; include a "python" style by default. + ;; This file defines the standard C coding style for Python C files ;; and modules. It is compatible with cc-mode.el which should be a ;; standard part of your Emacs distribution (or see |