*** empty log message ***
This commit is contained in:
parent
5dc0561826
commit
572943b30c
2 changed files with 20 additions and 0 deletions
|
@ -1,5 +1,17 @@
|
|||
2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* emacs-lisp/bytecomp.el (batch-byte-compile-file):
|
||||
Give a backtrace if requested.
|
||||
|
||||
* progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
|
||||
|
||||
* progmodes/python.el (python-mouse-2-command, python-RET-command):
|
||||
Remove unused functions.
|
||||
(python-orig-start-line, python-orig-file): Remove.
|
||||
(python-orig-start): New var.
|
||||
(python-input-filter, python-compilation-line-number)
|
||||
(python-send-region, python-load-file): Use it.
|
||||
|
||||
* info.el (info): Always jump to *info*.
|
||||
|
||||
* subr.el (posn-set-point): New function.
|
||||
|
@ -36,6 +48,10 @@
|
|||
|
||||
2004-04-14 Dave Love <fx@gnu.org>
|
||||
|
||||
* progmodes/python.el (run-python): Fix use of \n.
|
||||
(python-load-file): Remove `try' from Python fragment.
|
||||
(python-describe-symbol): Fix message.
|
||||
|
||||
* comint.el: Doc fixes.
|
||||
(comint-last-input-start, comint-last-input-end)
|
||||
(comint-last-output-start): Give them values.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* callint.c (fix_command): Use XDCR.
|
||||
|
||||
2004-04-14 Nick Roberts <nick@nick.uklinux.net>
|
||||
|
||||
* window.c (Fget_lru_window): Doc fix.
|
||||
|
|
Loading…
Add table
Reference in a new issue