Mercurial > emacs
changeset 38681:75739984c6c4
(custom-set-variables): Don't test `custom-requests'
properties, check the third element of the options passed to
custom-set-variables instead.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 03 Aug 2001 15:11:42 +0000 |
parents | 17645cf48740 |
children | daf8e494c616 |
files | lisp/custom.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/custom.el Fri Aug 03 12:33:41 2001 +0000 +++ b/lisp/custom.el Fri Aug 03 15:11:42 2001 +0000 @@ -451,7 +451,7 @@ ;; 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)