comparison lisp/ChangeLog @ 99691:9df07af84d04

* server.el (server-temp-file-p): Use `string-match-p'. (server-socket-dir): Set to nil if local sockets are unsupported. (server-start): Don't try to delete local socket if unsupported. (server-kill-new-buffers): Reflow docstring. (server-delete-client, server-handle-delete-frame) (server-save-buffers-kill-terminal): Doc fixes. (server-send-string): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 18 Nov 2008 16:27:06 +0000
parents 0dc2933fc901
children 9977c453ce75
comparison
equal deleted inserted replaced
99690:1c73544f73bf 99691:9df07af84d04
1 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
2
3 * server.el (server-temp-file-p): Use `string-match-p'.
4 (server-socket-dir): Set to nil if local sockets are unsupported.
5 (server-start): Don't try to delete local socket if unsupported.
6 (server-kill-new-buffers): Reflow docstring.
7 (server-delete-client, server-handle-delete-frame)
8 (server-save-buffers-kill-terminal): Doc fixes.
9 (server-send-string): Fix typo in docstring.
10
1 2008-11-18 Sam Steingold <sds@gnu.org> 11 2008-11-18 Sam Steingold <sds@gnu.org>
2 12
3 * progmodes/compile.el (compilation-start-hook): New hook. 13 * progmodes/compile.el (compilation-start-hook): New hook.
4 (compilation-start): Run it on the compilation process. 14 (compilation-start): Run it on the compilation process.
5 15