Index: emacs/lisp/custom.el
diff -c emacs/lisp/custom.el:1.90 emacs/lisp/custom.el:1.91
*** emacs/lisp/custom.el:1.90   Mon Jul 11 01:05:17 2005
--- emacs/lisp/custom.el        Mon Jul 11 05:41:45 2005
***************
*** 137,150 ****
  DEFAULT should be an expression to evaluate to compute the default value,
  not the default value itself.
  
! DEFAULT is stored as SYMBOL's value in the standard theme.  See
! `custom-known-themes' for a list of known themes.  For backwards
! compatibility, DEFAULT is also stored in SYMBOL's property
  `standard-value'.  At the same time, SYMBOL's property `force-value' is
  set to nil, as the value is no longer rogue."
-   ;; Remember the standard setting.  The value should be in the standard
-   ;; theme, not in this property.  However, this would require changing
-   ;; the C source of defvar and others as well...
    (put symbol 'standard-value (list default))
    ;; Maybe this option was rogue in an earlier version.  It no longer is.
    (when (get symbol 'force-value)
--- 137,145 ----
  DEFAULT should be an expression to evaluate to compute the default value,
  not the default value itself.
  
! DEFAULT is stored as SYMBOL's standard value, in SYMBOL's property
  `standard-value'.  At the same time, SYMBOL's property `force-value' is
  set to nil, as the value is no longer rogue."
    (put symbol 'standard-value (list default))
    ;; Maybe this option was rogue in an earlier version.  It no longer is.
    (when (get symbol 'force-value)


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to