summaryrefslogtreecommitdiff
path: root/lisp/cus-face.el
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2008-03-14 17:42:18 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2008-03-14 17:42:18 +0000
commitf31b125795291270828b41185f663584ae95e518 (patch)
treec6ba59d32aea8869b7a0a7e985e9b9c6190adb21 /lisp/cus-face.el
parent294f1153b56701321c2dd9ef1aa2483b17dc4bf8 (diff)
downloademacs-f31b125795291270828b41185f663584ae95e518.tar.gz
* faces.el (xw-defined-colors):
* simple.el (widget-convert, shell-mode): Declare as functions instead of autoloading. * abbrev.el: * button.el: * cus-face.el: * ediff-hook.el: * emacs-lisp/backquote.el: * emacs-lisp/timer.el: * facemenu.el: * faces.el: * menu-bar.el: * simple.el: * subr.el: * textmodes/fill.el: * textmodes/paragraphs.el: Remove autoloads, redundant when the files are preloaded.
Diffstat (limited to 'lisp/cus-face.el')
-rw-r--r--lisp/cus-face.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/cus-face.el b/lisp/cus-face.el
index c9cba5858ac..6f5b5c42d5a 100644
--- a/lisp/cus-face.el
+++ b/lisp/cus-face.el
@@ -33,7 +33,6 @@
;;; Declaring a face.
-;;;###autoload
(defun custom-declare-face (face spec doc &rest args)
"Like `defface', but FACE is evaluated as a normal argument."
(unless (get face 'face-defface-spec)
@@ -63,7 +62,6 @@
;;; Face attributes.
-;;;###autoload
(defconst custom-face-attributes
'((:family
(string :tag "Font Family"
@@ -269,7 +267,6 @@ If FRAME is nil, use the global defaults for FACE."
;;; Initializing.
-;;;###autoload
(defun custom-set-faces (&rest args)
"Initialize faces according to user preferences.
This associates the settings with the `user' theme.
@@ -357,7 +354,6 @@ FACE's list property `theme-face' \(using `custom-push-theme')."
;; XEmacs compability function. In XEmacs, when you reset a Custom
;; Theme, you have to specify the theme to reset it to. We just apply
;; the next theme.
-;;;###autoload
(defun custom-theme-reset-faces (theme &rest args)
"Reset the specs in THEME of some faces to their specs in other themes.
Each of the arguments ARGS has this form:
@@ -369,7 +365,6 @@ This means reset FACE. The argument IGNORED is ignored."
(dolist (arg args)
(custom-push-theme 'theme-face (car arg) theme 'reset)))
-;;;###autoload
(defun custom-reset-faces (&rest args)
"Reset the specs of some faces to their specs in specified themes.
This creates settings in the `user' theme.