diff options
author | Barry Warsaw <barry@python.org> | 1999-12-01 23:30:46 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1999-12-01 23:30:46 (GMT) |
commit | 6c3e3a90dfd8806c598d92f70bdeb64be4375fd0 (patch) | |
tree | ad5eb3ce61be7aa21cb724eced83191c265178e3 /Misc | |
parent | 0afe0261089a09473d9aedea82cf50c304ac9b9e (diff) | |
download | cpython-6c3e3a90dfd8806c598d92f70bdeb64be4375fd0.zip cpython-6c3e3a90dfd8806c598d92f70bdeb64be4375fd0.tar.gz cpython-6c3e3a90dfd8806c598d92f70bdeb64be4375fd0.tar.bz2 |
more trivial stuff to test CVS -- should be the last?
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 59ab4a1..bb2d2f4 100644 --- a/Misc/ccpy-style.el +++ b/Misc/ccpy-style.el @@ -12,7 +12,7 @@ ;; 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 -;; <http://www.python.org/ftp/emacs/>). +;; <http://www.python.org/emacs/cc-mode>). ;; To use, make sure this file is on your Emacs load-path, and simply ;; add this to your .emacs file: |