summaryrefslogtreecommitdiff
path: root/lisp/subr.el
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2007-01-05 17:49:43 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2007-01-05 17:49:43 +0000
commitab3aad87d91e8b56d2abc95436b68ab4ad73c332 (patch)
tree77f79a3ce49650ed44289d359e6e0c55b91e87a6 /lisp/subr.el
parent9e313cc1222f5a8d9cb520657a9fd94b768bf5f2 (diff)
downloademacs-ab3aad87d91e8b56d2abc95436b68ab4ad73c332.tar.gz
* faces.el (momentary): Move here ...
* subr.el (momentary): ... from here.
Diffstat (limited to 'lisp/subr.el')
-rw-r--r--lisp/subr.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 31d220a8dd3..f37f6ffc2e6 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -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.