comparison lisp/progmodes/glasses.el @ 67912:24b085b97616

(glasses-face): Add tag "None" to const nil.
author Juri Linkov <juri@jurta.org>
date Fri, 30 Dec 2005 05:56:39 +0000
parents 8bcae2ee8374
children dc49655f57ae 7beb78bc1f8e
comparison
equal deleted inserted replaced
67911:6b887a742b11 67912:24b085b97616
80 80
81 For example, you can set `glasses-separator' to an empty string and 81 For example, you can set `glasses-separator' to an empty string and
82 `glasses-face' to `bold'. Then unreadable identifiers will have no separators, 82 `glasses-face' to `bold'. Then unreadable identifiers will have no separators,
83 but will have their capitals in bold." 83 but will have their capitals in bold."
84 :group 'glasses 84 :group 'glasses
85 :type '(choice face (const nil)) 85 :type '(choice (const :tag "None" nil) face)
86 :set 'glasses-custom-set 86 :set 'glasses-custom-set
87 :initialize 'custom-initialize-default) 87 :initialize 'custom-initialize-default)
88 88
89 89
90 (defcustom glasses-separate-parentheses-p t 90 (defcustom glasses-separate-parentheses-p t