From: Dave Love Date: Fri, 3 Dec 1999 20:56:14 +0000 (+0000) Subject: Comments only. X-Git-Tag: emacs-pretest-21.0.90~5891 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=40afb9673dbd999797d96526297b202410fdf33d;p=emacs.git Comments only. --- diff --git a/lisp/elide-head.el b/lisp/elide-head.el index db26eb8f9ea..dbdd72c778b 100644 --- a/lisp/elide-head.el +++ b/lisp/elide-head.el @@ -32,8 +32,9 @@ ;; `elide-head'. A buffer-local invisible overlay manages the ;; elision. -;; Please don't turn this on in site init files so that information -;; isn't hidden from users who may not know what it says. +;; You might add `elide-head' to appropriate major mode hooks or to +;; `find-file-hooks'. Please do this in site init files. If you do, +;; information may be hidden from users who don't know it already. ;; Inspired by jwz's hide-copyleft.el, for which we don't have an ;; assignment. diff --git a/src/ChangeLog b/src/ChangeLog index 5c69bd2e39b..821349bc54d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +1999-12-03 Dave Love + + * editfns.c (Fmessage_or_box): Use use_dialog_box. + 1999-12-02 Gerd Moellmann * s/usg5-4.h (LIBS_SYSTEM): Add -lgen because that's needed