emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/python.el


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/python.el
Date: Wed, 19 Apr 2006 06:37:33 +0000

Index: emacs/lisp/progmodes/python.el
diff -u emacs/lisp/progmodes/python.el:1.37 emacs/lisp/progmodes/python.el:1.38
--- emacs/lisp/progmodes/python.el:1.37 Tue Apr 18 22:34:54 2006
+++ emacs/lisp/progmodes/python.el      Wed Apr 19 06:37:31 2006
@@ -1744,7 +1744,7 @@
        #'python-eldoc-function)
   (add-hook 'eldoc-mode-hook
            '(lambda () (run-python nil t)) nil t) ; need it running
-  (unless (assoc 'pyhon-mode hs-special-modes-alist)
+  (unless (assoc 'python-mode hs-special-modes-alist)
     (setq 
      hs-special-modes-alist 
      (cons (list 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]