projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6400e1
)
Fix ChangeLog typo
author
Fabián Ezequiel Gallina
<fgallina@gnu.org>
Sat, 27 Dec 2014 16:10:44 +0000
(13:10 -0300)
committer
Fabián Ezequiel Gallina
<fgallina@gnu.org>
Sat, 27 Dec 2014 16:10:44 +0000
(13:10 -0300)
lisp/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 2fabe02333e72884d98d768891d6bf73ca2037c7..cf866fa9d525b737bc0b4b2d0ce28b4e4925efac 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-10,8
+10,8
@@
python.el: Fix message when sending region.
* progmodes/python.el (python-shell-send-region): Rename argument
- send-
name
from nomain. Fix message.
- (python-shell-send-buffer): Rename argument send-
name
from arg.
+ send-
main
from nomain. Fix message.
+ (python-shell-send-buffer): Rename argument send-
main
from arg.
2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>