Mercurial > emacs
changeset 75106:a6b4f9a69719
* faces.el (momentary): Move here ...
* subr.el (momentary): ... from here.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Fri, 05 Jan 2007 17:49:43 +0000 |
parents | ce5dc7ec8f3d |
children | 1a2349dd4e0b |
files | lisp/ChangeLog lisp/subr.el |
diffstat | 2 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Jan 05 15:00:45 2007 +0000 +++ b/lisp/ChangeLog Fri Jan 05 17:49:43 2007 +0000 @@ -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.
--- a/lisp/subr.el Fri Jan 05 15:00:45 2007 +0000 +++ b/lisp/subr.el Fri Jan 05 17:49:43 2007 +0000 @@ -1884,11 +1884,6 @@ (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.