aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-05-25 18:40:23 +0000
committerDave Love2000-05-25 18:40:23 +0000
commit6fc596cf10244953a218ac1eab578317c6f9b487 (patch)
treec33442391f93091503f3f1652fea25098a0ee333
parentc2413c67aa8d757e67aa6915f2836df3d6d5a003 (diff)
downloademacs-6fc596cf10244953a218ac1eab578317c6f9b487.tar.gz
emacs-6fc596cf10244953a218ac1eab578317c6f9b487.zip
Delete obsolete URL comment.
-rw-r--r--lisp/ChangeLog12
-rw-r--r--lisp/cus-face.el1
2 files changed, 12 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cbf2a147f00..cb976d468d2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,15 @@
12000-05-25 Dave Love <fx@gnu.org>
2
3 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
4 byte-code-function-p.
5
6 * mail/rmailsum.el: Add provide.
7
8 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
9
10 * smerge-mode.el (smerge-diff-switches): Don't use list* in
11 defcustom.
12
12000-05-25 Michael Kifer <kifer@cs.sunysb.edu> 132000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
2 14
3 * ediff-diff.el (ediff-exec-process): delete --binary option from 15 * ediff-diff.el (ediff-exec-process): delete --binary option from
diff --git a/lisp/cus-face.el b/lisp/cus-face.el
index b465aada7ae..bfe2d39b3e2 100644
--- a/lisp/cus-face.el
+++ b/lisp/cus-face.el
@@ -5,7 +5,6 @@
5;; Author: Per Abrahamsen <abraham@dina.kvl.dk> 5;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
6;; Keywords: help, faces 6;; Keywords: help, faces
7;; Version: Emacs 7;; Version: Emacs
8;; X-URL: http://www.dina.kvl.dk/~abraham/custom/ (probably obsolete)
9 8
10;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
11 10