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 edb7fe2eaad..fb166dd35f7 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -611,7 +611,7 @@ property, or (ii) an alias for another customizable variable." (or (get variable 'standard-value) (get variable 'custom-autoload)))) -(define-obsolete-function-alias 'user-variable-p 'custom-variable-p "24.2") +(define-obsolete-function-alias 'user-variable-p 'custom-variable-p "24.3") (defun custom-note-var-changed (variable) "Inform Custom that VARIABLE has been set (changed). |