emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99322: (show-trailing-whitespace): S


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99322: (show-trailing-whitespace): Safe if boolean. (Bug#5312)
Date: Wed, 13 Jan 2010 22:13:16 -0800
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 99322
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2010-01-13 22:13:16 -0800
message:
  (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
modified:
  lisp/ChangeLog
  lisp/frame.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-01-14 04:03:24 +0000
+++ b/lisp/ChangeLog    2010-01-14 06:13:16 +0000
@@ -1,3 +1,7 @@
+2010-01-14  Glenn Morris  <address@hidden>
+
+       * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
+
 2010-01-14  Kenichi Handa  <address@hidden>
 
        * composite.el (auto-composition-mode): Make it a buffer local

=== modified file 'lisp/frame.el'
--- a/lisp/frame.el     2010-01-13 08:35:10 +0000
+++ b/lisp/frame.el     2010-01-14 06:13:16 +0000
@@ -1525,6 +1525,7 @@
   "Non-nil means highlight trailing whitespace.
 This is done in the face `trailing-whitespace'."
   :type 'boolean
+  :safe 'booleanp
   :group 'whitespace-faces)
 
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]