aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/unicode-tokens.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2009-08-28 11:16:22 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2009-08-28 11:16:22 +0000
commit23be9ac8b48eed2a66ef8634309a01383c41cd00 (patch)
treecb4114760ebdb4d407db1c4cf12270c81e3d4a7a /lib/unicode-tokens.el
parent2e2334dcdb43bb645a5472e3ea5340e82e9d5308 (diff)
Disable "Set fontsets" sub menu for new Emacsen
Diffstat (limited to 'lib/unicode-tokens.el')
-rw-r--r--lib/unicode-tokens.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicode-tokens.el b/lib/unicode-tokens.el
index e6e75d37..4ea87da6 100644
--- a/lib/unicode-tokens.el
+++ b/lib/unicode-tokens.el
@@ -1022,7 +1022,7 @@ Commands available are:
(lambda () (interactive) (require 'pg-fontsets))
:active (not (featurep 'pg-fontsets))
:help "Define fontsets (for Options->Set fontsets)"
- ;; :visible (< emacs-major-version 23) ; not useful on 23,
+ :visible (< emacs-major-version 23) ; not useful on 23,
;; at least when font menu provided. Drawback: this
;; is done too late: displayable tokens have already been
;; chosen now, before fontsets generated.