emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/custom.el


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/custom.el
Date: Thu, 07 Jul 2005 19:12:43 -0400

Index: emacs/lisp/custom.el
diff -c emacs/lisp/custom.el:1.86 emacs/lisp/custom.el:1.87
*** emacs/lisp/custom.el:1.86   Mon Jul  4 23:08:52 2005
--- emacs/lisp/custom.el        Thu Jul  7 23:12:43 2005
***************
*** 518,524 ****
  
  ;; This test is also in the C code of `user-variable-p'.
  (defun custom-variable-p (variable)
!   "Return non-nil if VARIABLE is a custom variable."
    (or (get variable 'standard-value)
        (get variable 'custom-autoload)))
  
--- 518,526 ----
  
  ;; This test is also in the C code of `user-variable-p'.
  (defun custom-variable-p (variable)
!   "Return non-nil if VARIABLE is a custom variable.
! This recursively follows aliases."
!   (setq variable (indirect-variable variable))
    (or (get variable 'standard-value)
        (get variable 'custom-autoload)))
  




reply via email to

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