# HG changeset patch # User Richard M. Stallman # Date 1116517237 0 # Node ID 91bf7b558b826f0eeb806174467916ab0945ca1a # Parent ee08cd4e1bf0b0d28573eb14aed10c1049202f7e (show-trailing-whitespace): In group `whitespace-faces'. diff -r ee08cd4e1bf0 -r 91bf7b558b82 lisp/frame.el --- a/lisp/frame.el Thu May 19 15:39:56 2005 +0000 +++ b/lisp/frame.el Thu May 19 15:40:37 2005 +0000 @@ -1207,7 +1207,7 @@ This is done in the face `trailing-whitespace'." :tag "Highlight trailing whitespace." :type 'boolean - :group 'font-lock) + :group 'whitespace-faces)