diff options
author | Barry Warsaw <barry@python.org> | 1996-07-31 22:27:58 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1996-07-31 22:27:58 (GMT) |
commit | c08a94954918687cb495a30ee9b2d1f51a7d7059 (patch) | |
tree | 0afa774723151451601bcbe03baf7954adabb470 /Misc | |
parent | 5c0d00f553bc021baeffe9501ae6808da66c4f6e (diff) | |
download | cpython-c08a94954918687cb495a30ee9b2d1f51a7d7059.zip cpython-c08a94954918687cb495a30ee9b2d1f51a7d7059.tar.gz cpython-c08a94954918687cb495a30ee9b2d1f51a7d7059.tar.bz2 |
#comment update
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/python-mode.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/python-mode.el b/Misc/python-mode.el index b73c2e7..3bc060a 100644 --- a/Misc/python-mode.el +++ b/Misc/python-mode.el @@ -43,6 +43,10 @@ ;; coloring, highlighting), add this to your .emacs file: ;; ;; (add-hook 'python-mode-hook 'turn-on-font-lock) +;; +;; But you better be sure you're version of Emacs supports +;; font-lock-mode! As of this writing, the latest Emacs and XEmacs +;; 19's do. ;; Here's a brief list of recent additions/improvements: ;; |