diff lisp/faces.el @ 92948:73a01bf5cb80

* 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.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 14 Mar 2008 17:42:18 +0000
parents fec088bf4a02
children a60642ce1ede
line wrap: on
line diff
--- a/lisp/faces.el	Fri Mar 14 17:31:09 2008 +0000
+++ b/lisp/faces.el	Fri Mar 14 17:42:18 2008 +0000
@@ -28,9 +28,9 @@
 ;;; Code:
 
 (eval-when-compile
-  (require 'cl)
-  ;; Warning suppression -- can't require x-win in batch:
-  (autoload 'xw-defined-colors "x-win"))
+  (require 'cl))
+
+(declare-function xw-defined-colors "term/x-win" (&optional frame))
 
 (defvar help-xref-stack-item)