Mercurial > emacs
comparison doc/lispref/ChangeLog @ 104354:7d0f4f179b3d
* subr.el (listify-key-sequence-1): Use normal syntax since those
integers are nowadays always represented by the same (positive) number
on all platforms.
(read-key-empty-map): New const.
(read-key-delay): New var.
(read-key): New function.
(force-mode-line-update): Use with-current-buffer.
(locate-user-emacs-file): Don't forget to abbreviate the file name.
(start-process-shell-command, start-file-process-shell-command):
Discourage the use of command-args.
* processes.texi (Asynchronous Processes): Adjust arglist of
start-process-shell-command and start-file-process-shell-command.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 19 Aug 2009 03:03:05 +0000 |
parents | a43e99d78f43 |
children | c72e3dd88ed4 |
comparison
equal
deleted
inserted
replaced
104353:069880b7b4f4 | 104354:7d0f4f179b3d |
---|---|
1 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * processes.texi (Asynchronous Processes): Adjust arglist of | |
4 start-process-shell-command and start-file-process-shell-command. | |
5 | |
1 2009-08-15 Chong Yidong <cyd@stupidchicken.com> | 6 2009-08-15 Chong Yidong <cyd@stupidchicken.com> |
2 | 7 |
3 * advice.texi (Argument Access in Advice): Note that argument | 8 * advice.texi (Argument Access in Advice): Note that argument |
4 positions are zero-based (Bug#3932). | 9 positions are zero-based (Bug#3932). |
5 | 10 |