aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDave Love2000-05-31 23:02:45 +0000
committerDave Love2000-05-31 23:02:45 +0000
commit28d8dff137c98e568fdb6332a0de4c8f2730255a (patch)
tree3aa584864d8e8197572eaa3290223bedb4ad05ee /lisp/ChangeLog
parent7b0c573e6ac0c1f42c00410e92be5b5c81e9fa15 (diff)
downloademacs-28d8dff137c98e568fdb6332a0de4c8f2730255a.tar.gz
emacs-28d8dff137c98e568fdb6332a0de4c8f2730255a.zip
(loadhist-hook-functions): Remove before-change-function,
after-change-function. (unload-feature): Deal with symbols which are both bound and fbound.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ac4b9f8dafc..90f215465a8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
12000-05-31 Dave Love <fx@gnu.org>
2
3 * loadhist.el (loadhist-hook-functions): Remove
4 before-change-function, after-change-function.
5 (unload-feature): Deal with symbols which are both bound and
6 fbound.
7
8 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
9 before-change-function, after-change-function.
10
11 * simple.el (newline): Don't bind before-change-function,
12 after-change-function.
13
12000-05-31 Rajesh Vaidheeswarran <rv@gnu.org> 142000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
2 15
3 * whitespace.el (whitespace-rescan-timer-time): Update interval 16 * whitespace.el (whitespace-rescan-timer-time): Update interval