From: Richard M. Stallman Date: Thu, 19 May 2005 15:40:37 +0000 (+0000) Subject: (show-trailing-whitespace): In group `whitespace-faces'. X-Git-Tag: ttn-vms-21-2-B4~144 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b4aefb19b7176c198d19f27285367486bb13271a;p=emacs.git (show-trailing-whitespace): In group `whitespace-faces'. --- diff --git a/lisp/frame.el b/lisp/frame.el index e7cf62ef708..3693295e819 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -1207,7 +1207,7 @@ left untouched. FRAME nil or omitted means use the selected frame." This is done in the face `trailing-whitespace'." :tag "Highlight trailing whitespace." :type 'boolean - :group 'font-lock) + :group 'whitespace-faces)