diff options
| author | Christoph Scholtes | 2011-09-03 12:44:37 -0600 |
|---|---|---|
| committer | Christoph Scholtes | 2011-09-03 12:44:37 -0600 |
| commit | 464cdf568e3dd67373afa67c56dc763240eac083 (patch) | |
| tree | e2c9049b17543a2d571abfd7177be7e15a5faf55 /lisp/ChangeLog | |
| parent | d37e5c877713210af39d81a7cf80335b79eae820 (diff) | |
| download | emacs-464cdf568e3dd67373afa67c56dc763240eac083.tar.gz emacs-464cdf568e3dd67373afa67c56dc763240eac083.zip | |
* progmodes/python.el (python-mode-map): Use correct function to
start python interpreter from menu-bar (as reported by Geert
Kloosterman).
(inferior-python-mode-map): Fix typo.
(python-shell-map): Removed.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 656bf8485e9..3c27b51dfdf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com> | ||
| 2 | |||
| 3 | * progmodes/python.el (python-mode-map): Use correct function to | ||
| 4 | start python interpreter from menu-bar (as reported by Geert | ||
| 5 | Kloosterman). | ||
| 6 | (inferior-python-mode-map): Fix typo. | ||
| 7 | (python-shell-map): Removed. | ||
| 8 | |||
| 1 | 2011-09-03 Deniz Dogan <deniz@dogan.se> | 9 | 2011-09-03 Deniz Dogan <deniz@dogan.se> |
| 2 | 10 | ||
| 3 | * net/rcirc.el (rcirc-print): Simplify code for | 11 | * net/rcirc.el (rcirc-print): Simplify code for |