]> git.eshelyaron.com Git - emacs.git/commitdiff
* faces.el (momentary): Move here ...
authorDan Nicolaescu <dann@ics.uci.edu>
Fri, 5 Jan 2007 17:49:43 +0000 (17:49 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Fri, 5 Jan 2007 17:49:43 +0000 (17:49 +0000)
* subr.el (momentary): ... from here.

lisp/ChangeLog
lisp/subr.el

index e6169aad14c6d105bd3d10af8bd76b253328a484..378e5388ecb5a4341e3b355a657a39d43264e220 100644 (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.
index 31d220a8dd3c58d54b4e358857d107dee2916357..f37f6ffc2e628d93238598dedf927ae0c1e879d4 100644 (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.