emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/setup d04e69c 2/2: Remove variable comment from :option


From: ELPA Syncer
Subject: [elpa] externals/setup d04e69c 2/2: Remove variable comment from :option
Date: Wed, 7 Jul 2021 11:57:20 -0400 (EDT)

branch: externals/setup
commit d04e69c4aa3dc49c44dced2c1e94140bac86ff39
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Remove variable comment from :option
---
 setup.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/setup.el b/setup.el
index 461b438..cf21f0d 100644
--- a/setup.el
+++ b/setup.el
@@ -415,8 +415,7 @@ the first FEATURE."
     `(progn
        (custom-load-symbol ',name)
        (funcall (or (get ',name 'custom-set) #'set-default)
-                ',name ,val)
-       (put ',name 'variable-comment "Modified by `setup'")))
+                ',name ,val)))
   :documentation "Set the option NAME to VAL.
 NAME may be a symbol, or a cons-cell.  If NAME is a cons-cell, it
 will use the car value to modify the behaviour.  These forms are



reply via email to

[Prev in Thread] Current Thread [Next in Thread]