* faces.el (momentary): Move here ...

* subr.el (momentary): ... from here.
This commit is contained in:
Dan Nicolaescu 2007-01-05 17:49:43 +00:00
parent 9e313cc122
commit ab3aad87d9
2 changed files with 5 additions and 5 deletions

View file

@ -1,3 +1,8 @@
2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
* faces.el (momentary): Move here ...
* subr.el (momentary): ... from here.
2007-01-05 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-max-children): New customizable variable.

View file

@ -1884,11 +1884,6 @@ menu bar menus and the frame title."
(if all (save-excursion (set-buffer (other-buffer))))
(set-buffer-modified-p (buffer-modified-p)))
(defface momentary
'((t (:inherit mode-line)))
"Face for momentarily displaying text in the current buffer."
:group 'display)
(defun momentary-string-display (string pos &optional exit-char message)
"Momentarily display STRING in the buffer at POS.
Display remains until next event is input.