diff options
Diffstat (limited to 'lisp/cus-theme.el')
-rw-r--r-- | lisp/cus-theme.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/cus-theme.el b/lisp/cus-theme.el index 6bddb02add6..79799049378 100644 --- a/lisp/cus-theme.el +++ b/lisp/cus-theme.el @@ -521,6 +521,7 @@ It includes all faces in list FACES." (defcustom custom-theme-allow-multiple-selections nil "Whether to allow multi-selections in the *Custom Themes* buffer." + :version "24.1" :type 'boolean :group 'custom-buffer) |