From: Juanma Barranquero Date: Wed, 2 Jun 2004 00:35:23 +0000 (+0000) Subject: (frame-update-faces): Add empty docstring so the one for `ignore' doesn't X-Git-Tag: ttn-vms-21-2-B4~5962 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e16e7eacad0d68846887284449bafbdfff55a738;p=emacs.git (frame-update-faces): Add empty docstring so the one for `ignore' doesn't show through. --- diff --git a/lisp/faces.el b/lisp/faces.el index f04da872f4d..05a4fd7e82c 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -1779,7 +1779,7 @@ created." ;; Update a frame's faces when we change its default font. -(defalias 'frame-update-faces 'ignore) +(defalias 'frame-update-faces 'ignore "") (make-obsolete 'frame-update-faces "no longer necessary." "21.1") ;; Update the colors of FACE, after FRAME's own colors have been