# HG changeset patch # User Chong Yidong # Date 1181148543 0 # Node ID df4da367a02ce01dab5f0c9a029b3b85df463f18 # Parent f81de3b9db7f6292d0f043671feb703576126caf * 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. diff -r f81de3b9db7f -r df4da367a02c lisp/ChangeLog --- a/lisp/ChangeLog Wed Jun 06 09:26:32 2007 +0000 +++ b/lisp/ChangeLog Wed Jun 06 16:49:03 2007 +0000 @@ -1,3 +1,12 @@ +2007-06-06 Michael Albinus + + * 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. + 2007-06-06 Juanma Barranquero * international/mule-cmds.el (toggle-enable-multibyte-characters)