summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/python-mode.el4
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:
;;