diff options
| author | Mark A. Hershberger | 2010-01-19 14:39:22 -0500 |
|---|---|---|
| committer | Mark A. Hershberger | 2010-01-19 14:39:22 -0500 |
| commit | aaef4f91fad60716fa070b912d71b9f1ccd2e7b4 (patch) | |
| tree | 8c0935e7db850a6100bfb1d9a56b322a6cc82275 /lisp | |
| parent | bc4b76f12a306f8fbc892e6f1e00733f3ef1981f (diff) | |
| download | emacs-aaef4f91fad60716fa070b912d71b9f1ccd2e7b4.tar.gz emacs-aaef4f91fad60716fa070b912d71b9f1ccd2e7b4.zip | |
replace references to obsolete c-subword-mode
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/progmodes/python.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f9e55700c10..2ec6621c20b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-01-19 Mark A. Hershberger <mah@everybody.org> | ||
| 2 | |||
| 3 | * progmodes/python.el: Replace reference to obsolete c-subward-mode. | ||
| 4 | |||
| 1 | 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org> | 5 | 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org> |
| 2 | 6 | ||
| 3 | * lisp/progmodes/ada-mode.el: Fix bug#5400. | 7 | * lisp/progmodes/ada-mode.el: Fix bug#5400. |
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 94124ad54f0..a6354eff998 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -45,7 +45,7 @@ | |||
| 45 | ;; `forward-into-nomenclature' should be done separately, since it's | 45 | ;; `forward-into-nomenclature' should be done separately, since it's |
| 46 | ;; not specific to Python, and I've installed a minor mode to do the | 46 | ;; not specific to Python, and I've installed a minor mode to do the |
| 47 | ;; job properly in Emacs 23. [CC mode 5.31 contains an incompatible | 47 | ;; job properly in Emacs 23. [CC mode 5.31 contains an incompatible |
| 48 | ;; feature, `c-subword-mode' which is intended to have a similar | 48 | ;; feature, `subword-mode' which is intended to have a similar |
| 49 | ;; effect, but actually only affects word-oriented keybindings.] | 49 | ;; effect, but actually only affects word-oriented keybindings.] |
| 50 | 50 | ||
| 51 | ;; Other things seem more natural or canonical here, e.g. the | 51 | ;; Other things seem more natural or canonical here, e.g. the |