Mercurial > emacs
diff lisp/progmodes/python.el @ 106980:66e0d01014c6
replace references to obsolete c-subword-mode
| author | Mark A. Hershberger <mhershberger@intrahealth.org> |
|---|---|
| date | Tue, 19 Jan 2010 14:39:22 -0500 |
| parents | 2db50e698b85 |
| children | 8953c1cd8568 |
line wrap: on
line diff
--- a/lisp/progmodes/python.el Tue Jan 19 15:56:35 2010 +0100 +++ b/lisp/progmodes/python.el Tue Jan 19 14:39:22 2010 -0500 @@ -45,7 +45,7 @@ ;; `forward-into-nomenclature' should be done separately, since it's ;; not specific to Python, and I've installed a minor mode to do the ;; job properly in Emacs 23. [CC mode 5.31 contains an incompatible -;; feature, `c-subword-mode' which is intended to have a similar +;; feature, `subword-mode' which is intended to have a similar ;; effect, but actually only affects word-oriented keybindings.] ;; Other things seem more natural or canonical here, e.g. the
