aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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.