Procházet zdrojové kódy

Add :safe keyword to `org-hide-emphasis-markers'

* lisp/org.el (org-hide-emphasis-markers): Add :safe keyword.
Nicolas Goaziou před 6 roky
rodič
revize
f77f5b963d
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      lisp/org.el

+ 2 - 1
lisp/org.el

@@ -4232,7 +4232,8 @@ following symbols:
 (defcustom org-hide-emphasis-markers nil
   "Non-nil mean font-lock should hide the emphasis marker characters."
   :group 'org-appearance
-  :type 'boolean)
+  :type 'boolean
+  :safe #'booleanp)
 
 (defcustom org-hide-macro-markers nil
   "Non-nil mean font-lock should hide the brackets marking macro calls."