From 23be9ac8b48eed2a66ef8634309a01383c41cd00 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Fri, 28 Aug 2009 11:16:22 +0000 Subject: Disable "Set fontsets" sub menu for new Emacsen --- lib/unicode-tokens.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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. -- cgit v1.2.3