comparison lisp/ChangeLog @ 81140:4a8813c58c1a

* net/socks.el: New file, taken from w3 repository. (top): Update Copyright. Don't load cl.el. (all): Replace `case' by `cond', `string-to-int' by `string-to-number', and `process-kill-without-query' by `set-process-query-on-exit-flag'. (socks-char-int): Remove defalias and all occurencies.
author Michael Albinus <michael.albinus@gmx.de>
date Mon, 04 Jun 2007 20:24:09 +0000
parents 1a1b81fa49f6
children 36363285b348
comparison
equal deleted inserted replaced
81139:0259415e6feb 81140:4a8813c58c1a
1 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/socks.el: New file, taken from w3 repository.
4 (top): Update Copyright. Don't load cl.el.
5 (all): Replace `case' by `cond', `string-to-int' by
6 `string-to-number', and `process-kill-without-query' by
7 `set-process-query-on-exit-flag'.
8 (socks-char-int): Remove defalias and all occurencies.
9
1 2007-06-04 Juanma Barranquero <lekktu@gmail.com> 10 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
2 11
3 * progmodes/compile.el (compilation-find-file, compilation-handle-exit): 12 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
4 Fix typos in docstrings. 13 Fix typos in docstrings.
5 (compilation-search-path, compilation-buffer-name-function): Doc fixes. 14 (compilation-search-path, compilation-buffer-name-function): Doc fixes.