mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(custom-set-variables): Don't test `custom-requests'
properties, check the third element of the options passed to custom-set-variables instead.
This commit is contained in:
parent
5e1f85e0af
commit
be48584dab
2 changed files with 6 additions and 2 deletions
|
|
@ -451,7 +451,7 @@ COMMENT is a comment string about SYMBOL."
|
|||
;; that the mode function will see other
|
||||
;; customized values rather than default
|
||||
;; values.
|
||||
(t (get sym2 'custom-requests)))))))
|
||||
(t (nth 3 a2)))))))
|
||||
(while args
|
||||
(let ((entry (car args)))
|
||||
(if (listp entry)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue