diff options
author | Dave Love <fx@gnu.org> | 2000-06-02 12:49:00 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-06-02 12:49:00 +0000 |
commit | 4bc7a5430d99b6d406a864ab84f45956356388ff (patch) | |
tree | 213fdc17d462ad85c724394406307028a911d31f /etc | |
parent | 98067d54ca707d11f66a0d6d6217069cadb91920 (diff) | |
download | emacs-4bc7a5430d99b6d406a864ab84f45956356388ff.tar.gz |
find-image, {before,after}-change-function
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1207,6 +1207,11 @@ buffer's local map and the map specified by the `local-map' property. This is probably what most current uses of `local-map' want, rather than replacing the local map. +** The function `find-image' can be used to find a usable image +satisfying one of a list of specifications. + +** The obsolete variables before-change-function and +after-change-function are no longer acted upon and have been removed. * Lisp changes in Emacs 21.1 (see following page for display-related features) |