comparison lisp/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 512792ebb427
children 9501bdf3d7dc
comparison
equal deleted inserted replaced
104353:069880b7b4f4 104354:7d0f4f179b3d
1 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * subr.el (listify-key-sequence-1): Use normal syntax since those
4 integers are nowadays always represented by the same (positive) number
5 on all platforms.
6 (read-key-empty-map): New const.
7 (read-key-delay): New var.
8 (read-key): New function.
9 (force-mode-line-update): Use with-current-buffer.
10 (locate-user-emacs-file): Don't forget to abbreviate the file name.
11 (start-process-shell-command, start-file-process-shell-command):
12 Discourage the use of command-args.
13
1 2009-08-19 Glenn Morris <rgm@gnu.org> 14 2009-08-19 Glenn Morris <rgm@gnu.org>
2 15
3 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail. 16 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
4 17
5 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca> 18 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>