aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMasatake YAMATO2004-04-27 21:00:31 +0000
committerMasatake YAMATO2004-04-27 21:00:31 +0000
commitf24485f172efcd20394f6d5040305fe02c38e043 (patch)
tree39effd1f3527d173dda01551df7a666ec35615c8 /etc
parente23390fa015f523cba25fa4d952d7bee8c6c533f (diff)
downloademacs-f24485f172efcd20394f6d5040305fe02c38e043.tar.gz
emacs-f24485f172efcd20394f6d5040305fe02c38e043.zip
* subr.el (remove-overlays): Make arguments optional.
* wid-edit.el (widget-specify-button): Put evaporate to the overlay for sample. (widget-specify-sample): Put evaporate to the overlay for sample. (widget-specify-doc): Put evaporate to the overlay for documentation. * etc/NEWS: Write about remove-overlays's arguments. * man/widget.texi: Add remove-overlays to the example.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bc21ab9a997..6ad65268e4f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3413,6 +3413,9 @@ using the text properties (esp. the face) of the prompt string.
3413** New function x-send-client-message sends a client message when 3413** New function x-send-client-message sends a client message when
3414running under X. 3414running under X.
3415 3415
3416** Arguments for remove-overlays are now optional, so that you can remove
3417all overlays in the buffer by just calling (remove-overlay).
3418
3416** New packages: 3419** New packages:
3417 3420
3418*** The new package gdb-ui.el provides an enhanced graphical interface to 3421*** The new package gdb-ui.el provides an enhanced graphical interface to