diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-05-19 15:40:37 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-05-19 15:40:37 +0000 |
commit | b4aefb19b7176c198d19f27285367486bb13271a (patch) | |
tree | 7ee31a9e7da82b09c1fbbe154fdb5bd1bd7af463 /lisp/frame.el | |
parent | 8cd567b8429eebce6918d1350ce53ee142230530 (diff) | |
download | emacs-b4aefb19b7176c198d19f27285367486bb13271a.tar.gz |
(show-trailing-whitespace): In group `whitespace-faces'.
Diffstat (limited to 'lisp/frame.el')
-rw-r--r-- | lisp/frame.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |