]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve type of custom-theme-directory (Bug#65401)
authorMauro Aranda <maurooaranda@gmail.com>
Sun, 20 Aug 2023 13:39:49 +0000 (10:39 -0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 26 Aug 2023 08:00:06 +0000 (11:00 +0300)
* lisp/custom.el (custom-theme-directory): Make it of type directory.

lisp/custom.el

index 083349e3591947f1640ce7b695d3332ab08d4b0c..5c134ff7f13be8c3815d4bdcd80f273ad23367a9 100644 (file)
@@ -1208,7 +1208,7 @@ The command `customize-create-theme' writes theme files into this
 directory.  By default, Emacs searches for custom themes in this
 directory first---see `custom-theme-load-path'."
   :initialize #'custom-initialize-delay
-  :type 'string
+  :type 'directory
   :group 'customize
   :version "22.1")