summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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 @@
+2000-05-25 Dave Love <fx@gnu.org>
+
+ * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
+ byte-code-function-p.
+
+ * mail/rmailsum.el: Add provide.
+
+ * net/goto-addr.el (goto-address-fontify): Add help-echo property.
+
+ * smerge-mode.el (smerge-diff-switches): Don't use list* in
+ defcustom.
+
2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
* 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 @@
;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
;; Keywords: help, faces
;; Version: Emacs
-;; X-URL: http://www.dina.kvl.dk/~abraham/custom/ (probably obsolete)
;; This file is part of GNU Emacs.