]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/socks.el: New file, taken from w3 repository.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 6 Jun 2007 16:49:03 +0000 (16:49 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 6 Jun 2007 16:49:03 +0000 (16:49 +0000)
(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.

lisp/ChangeLog

index 6eb700ea016d8b44b98b9d9102da266ab29650a2..d6553ccf179b6cda043ab270462aabf0d89da260 100644 (file)
@@ -1,3 +1,12 @@
+2007-06-06  Michael Albinus  <michael.albinus@gmx.de>
+
+       * 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  <lekktu@gmail.com>
 
        * international/mule-cmds.el (toggle-enable-multibyte-characters)