* subr.el (listify-key-sequence-1): Use normal syntax since those
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 19 Aug 2009 03:03:05 +0000 (03:03 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 19 Aug 2009 03:03:05 +0000 (03:03 +0000)
commit03a74b84f850e08f7d981d357ff03135b72f0d18
tree980d4d2d97454f49efd59ab111d6d25eeeeba247
parente99652b05f7ec1ba5322a03b37cdb36aad74907d
* 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.
doc/lispref/ChangeLog
doc/lispref/processes.texi
etc/NEWS
lisp/ChangeLog
lisp/subr.el