Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
1335:860e53b6fdce | 1336:c9b6a2fec10d |
---|---|
739 ;;; The End. | 739 ;;; The End. |
740 | 740 |
741 ;; BEGIN SYNC WITH FSF 21.2 | 741 ;; BEGIN SYNC WITH FSF 21.2 |
742 | 742 |
743 ;; Process the defcustoms for variables loaded before this file. | 743 ;; Process the defcustoms for variables loaded before this file. |
744 ;; `custom-declare-variable-list' is defvar'd in subr.el. Utility programs | |
745 ;; run from temacs that do not load subr.el should defvar it themselves. | |
746 ;; (As of 21.5.11, make-docfile.el.) | |
744 (while custom-declare-variable-list | 747 (while custom-declare-variable-list |
745 (apply 'custom-declare-variable (car custom-declare-variable-list)) | 748 (apply 'custom-declare-variable (car custom-declare-variable-list)) |
746 (setq custom-declare-variable-list (cdr custom-declare-variable-list))) | 749 (setq custom-declare-variable-list (cdr custom-declare-variable-list))) |
747 | 750 |
748 ;; END SYNC WITH FSF 21.2 | 751 ;; END SYNC WITH FSF 21.2 |