Mercurial > hg > xemacs-beta
comparison lisp/custom/auto-autoloads.el @ 183:e121b013d1f0 r20-3b18
Import from CVS: tag r20-3b18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:54:23 +0200 |
parents | 8eaf7971accc |
children | a2f645c6b9f8 |
comparison
equal
deleted
inserted
replaced
182:f07455f06202 | 183:e121b013d1f0 |
---|---|
1 ;;; DO NOT MODIFY THIS FILE | 1 ;;; DO NOT MODIFY THIS FILE |
2 (if (not (featurep 'custom-autoloads)) | 2 (if (featurep 'custom-autoloads) (error "Already loaded")) |
3 (progn | |
4 | 3 |
5 ;;;### (autoloads (customize-menu-create custom-menu-create custom-save-all customize-save-customized customize-browse custom-buffer-create-other-window custom-buffer-create customize-apropos-groups customize-apropos-faces customize-apropos-options customize-apropos customize-saved customize-customized customize-face-other-window customize-face customize-option-other-window customize-option customize-group-other-window customize-group customize customize-save-variable customize-set-variable customize-set-value) "cus-edit" "custom/cus-edit.el") | 4 ;;;### (autoloads (customize-menu-create custom-menu-create custom-save-all customize-save-customized customize-browse custom-buffer-create-other-window custom-buffer-create customize-apropos-groups customize-apropos-faces customize-apropos-options customize-apropos customize-saved customize-customized customize-face-other-window customize-face customize-option-other-window customize-option customize-group-other-window customize-group customize customize-save-variable customize-set-variable customize-set-value) "cus-edit" "custom/cus-edit.el") |
6 | 5 |
7 (autoload 'customize-set-value "cus-edit" "\ | 6 (autoload 'customize-set-value "cus-edit" "\ |
8 Set VARIABLE to VALUE. VALUE is a Lisp object. | 7 Set VARIABLE to VALUE. VALUE is a Lisp object. |
190 Delete WIDGET." nil nil) | 189 Delete WIDGET." nil nil) |
191 | 190 |
192 ;;;*** | 191 ;;;*** |
193 | 192 |
194 (provide 'custom-autoloads) | 193 (provide 'custom-autoloads) |
195 )) |