Mercurial > hg > xemacs-beta
comparison lisp/custom.el @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | 2f8bb876ab1d |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
409:301b9ebbdf3b | 410:de805c49cfc1 |
---|---|
36 ;; The code implementing face declarations is in `cus-face.el' | 36 ;; The code implementing face declarations is in `cus-face.el' |
37 | 37 |
38 ;;; Code: | 38 ;;; Code: |
39 | 39 |
40 (eval-when-compile | 40 (eval-when-compile |
41 (load "cl-macs")) | 41 (load "cl-macs" nil t)) |
42 | 42 |
43 (if (not (fboundp 'defun*)) | 43 (autoload 'custom-declare-face "cus-face") |
44 (autoload 'defun* "cl-macs")) | 44 (autoload 'defun* "cl-macs") |
45 | 45 |
46 (require 'widget) | 46 (require 'widget) |
47 | 47 |
48 (defvar custom-define-hook nil | 48 (defvar custom-define-hook nil |
49 ;; Customize information for this option is in `cus-edit.el'. | 49 ;; Customize information for this option is in `cus-edit.el'. |