diff options
Diffstat (limited to 'lisp/custom.el')
-rw-r--r-- | lisp/custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/custom.el b/lisp/custom.el index 8231fd9ab0f..e708f166779 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -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) |