# HG changeset patch # User Dan Nicolaescu # Date 1168019383 0 # Node ID a6b4f9a69719715f1735d674764f23f054b363de # Parent ce5dc7ec8f3d4f2eeae3ef719a0d02de2e7b9ff7 * faces.el (momentary): Move here ... * subr.el (momentary): ... from here. diff -r ce5dc7ec8f3d -r a6b4f9a69719 lisp/ChangeLog --- 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 + + * faces.el (momentary): Move here ... + * subr.el (momentary): ... from here. + 2007-01-05 Nick Roberts * progmodes/gdb-ui.el (gdb-max-children): New customizable variable. diff -r ce5dc7ec8f3d -r a6b4f9a69719 lisp/subr.el --- 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.