Skip to content

Commit

Permalink
* lisp/Makefile.in (UTIL_SOURCES): Remove base64.el, md5.el,
Browse files Browse the repository at this point in the history
	socks.el

	* lisp/base64.el: Remove.  Emacs has this builtin.

	* lisp/md5.el: Remove.  Emacs has this builtin.

	* lisp/socks.el: Remove.  Emacs already has it.

	* lisp/ssl.el: Don't require base64.
  • Loading branch information
Magnus Henoch committed Mar 1, 2008
1 parent 5f6be6d commit 44d1180
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 1,339 deletions.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
2008-03-01 Magnus Henoch <mange@freemail.hu>

* lisp/Makefile.in (UTIL_SOURCES): Remove base64.el, md5.el,
socks.el

* lisp/base64.el: Remove. Emacs has this builtin.

* lisp/md5.el: Remove. Emacs has this builtin.

* lisp/socks.el: Remove. Emacs already has it.

* lisp/ssl.el: Don't require base64.

* lisp/url-vars.el: Remove. Emacs already has it.

2008-02-04 Magnus Henoch <mange@freemail.hu>
Expand Down
2 changes: 1 addition & 1 deletion lisp/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ W3_SOURCES = \
w3.el

UTIL_SOURCES = \
base64.el devices.el font.el images.el md5.el socks.el ssl.el
devices.el font.el images.el ssl.el

AUTO_SOURCES = auto-autoloads.el custom-load.el w3-auto.el w3-cfg.el

Expand Down
276 changes: 0 additions & 276 deletions lisp/base64.el

This file was deleted.

Loading

0 comments on commit 44d1180

Please sign in to comment.