From f31b125795291270828b41185f663584ae95e518 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Fri, 14 Mar 2008 17:42:18 +0000 Subject: * 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. --- lisp/emacs-lisp/backquote.el | 2 -- 1 file changed, 2 deletions(-) (limited to 'lisp/emacs-lisp/backquote.el') diff --git a/lisp/emacs-lisp/backquote.el b/lisp/emacs-lisp/backquote.el index e0988fe5e90..68ef78aed5c 100644 --- a/lisp/emacs-lisp/backquote.el +++ b/lisp/emacs-lisp/backquote.el @@ -91,7 +91,6 @@ For example (backquote-list* 'a 'b 'c) => (a b . c)" (defconst backquote-splice-symbol '\,@ "Symbol used to represent a splice inside a backquote.") -;;;###autoload (defmacro backquote (structure) "Argument STRUCTURE describes a template to build. @@ -110,7 +109,6 @@ Vectors work just like lists. Nested backquotes are permitted." ;; GNU Emacs has no reader macros -;;;###autoload (defalias '\` (symbol-function 'backquote)) ;; backquote-process returns a dotted-pair of a tag (0, 1, or 2) and -- cgit v1.2.1