emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r101199: Adjust type declaration.


From: Vinicius Jose Latorre
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101199: Adjust type declaration.
Date: Fri, 27 Aug 2010 00:24:17 -0300
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101199
committer: Vinicius Jose Latorre  <address@hidden
branch nick: trunk
timestamp: Fri 2010-08-27 00:24:17 -0300
message:
  Adjust type declaration.
modified:
  lisp/whitespace.el
=== modified file 'lisp/whitespace.el'
--- a/lisp/whitespace.el        2010-08-25 02:27:58 +0000
+++ b/lisp/whitespace.el        2010-08-27 03:24:17 +0000
@@ -529,6 +529,8 @@
 See also `whitespace-display-mappings' for documentation."
   :type '(repeat :tag "Kind of Blank"
                 (choice :tag "Kind of Blank Face"
+                        (const :tag "(Face) Face visualization"
+                               face)
                         (const :tag "(Face) Trailing TABs, SPACEs and HARD 
SPACEs"
                                trailing)
                         (const :tag "(Face) SPACEs and HARD SPACEs"


reply via email to

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