]> git.eshelyaron.com Git - emacs.git/commit
Fix types in various defcustom declarations
authorMattias Engdegård <mattiase@acm.org>
Thu, 1 Dec 2022 11:40:28 +0000 (12:40 +0100)
committerMattias Engdegård <mattiase@acm.org>
Thu, 1 Dec 2022 12:03:19 +0000 (13:03 +0100)
commit4b2f5425d7af1a6f992ad8ce0a4452a2e778815a
tree7fe2d24c72633a03e636b7935f4601acc39a0973
parent4161023a63d68534d3e70931645ac82a88330334
Fix types in various defcustom declarations

* lisp/org/ob-clojure.el
(ob-clojure-babashka-command, ob-clojure-nbb-command):
Account for the possibility of nil (commands absent).
* lisp/org/org.el (org-safe-remote-resources):
* lisp/org/ox-md.el (org-md-toplevel-hlevel):
* lisp/progmodes/project.el (project-vc-extra-root-markers):
Fix incorrect or invalid types.
lisp/org/ob-clojure.el
lisp/org/org.el
lisp/org/ox-md.el
lisp/progmodes/project.el