diff lisp/custom.el @ 1336:c9b6a2fec10d

[xemacs-hg @ 2003-03-03 10:17:39 by stephent] doc GNU 21.2 synch <87llzw4uyp.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Mon, 03 Mar 2003 10:17:40 +0000
parents 1b0339b048ce
children b4a8cd0dd8df
line wrap: on
line diff
--- a/lisp/custom.el	Mon Mar 03 07:18:07 2003 +0000
+++ b/lisp/custom.el	Mon Mar 03 10:17:40 2003 +0000
@@ -741,6 +741,9 @@
 ;; BEGIN SYNC WITH FSF 21.2
 
 ;; Process the defcustoms for variables loaded before this file.
+;; `custom-declare-variable-list' is defvar'd in subr.el.  Utility programs
+;; run from temacs that do not load subr.el should defvar it themselves.
+;; (As of 21.5.11, make-docfile.el.)
 (while custom-declare-variable-list
   (apply 'custom-declare-variable (car custom-declare-variable-list))
   (setq custom-declare-variable-list (cdr custom-declare-variable-list)))