diff options
author | Barry Warsaw <barry@python.org> | 1999-12-01 23:01:50 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1999-12-01 23:01:50 (GMT) |
commit | 34790539a9256e1b3587421a4e7a6744ad26affc (patch) | |
tree | 5c4fd4980f1d92cdde3de9dcb69d0fff1b9341e9 /Misc | |
parent | a8a57a7e0325f1fda20029fcec0519b4850053f8 (diff) | |
download | cpython-34790539a9256e1b3587421a4e7a6744ad26affc.zip cpython-34790539a9256e1b3587421a4e7a6744ad26affc.tar.gz cpython-34790539a9256e1b3587421a4e7a6744ad26affc.tar.bz2 |
testing CVS
Diffstat (limited to 'Misc')
-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 |