]> git.eshelyaron.com Git - emacs.git/commitdiff
(backquote): Add autoloads.
authorRichard M. Stallman <rms@gnu.org>
Tue, 3 May 1994 23:36:52 +0000 (23:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 3 May 1994 23:36:52 +0000 (23:36 +0000)
lisp/emacs-lisp/backquote.el

index a0a9765e807b2baef947e76b3d7c5a6c1ea2dddc..e61f24935ace93b8ce963d8032902ac0dd6d632d 100644 (file)
@@ -83,6 +83,7 @@ For example (backquote-list* 'a 'b 'c) => (a b . c)"
 ;; A few advertised variables that control which symbols are used
 ;; to represent the backquote, unquote, and splice operations.
 
+;;;###autoload
 (defvar backquote-backquote-symbol '`
   "*Symbol used to represent a backquote or nested backquote (e.g. `).")
 
@@ -92,6 +93,7 @@ For example (backquote-list* 'a 'b 'c) => (a b . c)"
 (defvar backquote-splice-symbol ',@
   "*Symbol used to represent a splice (e.g. `,'@) inside a backquote.")
 
+;;;###autoload
 (defmacro backquote (arg)
   "Argument STRUCTURE describes a template to build.
 
@@ -110,6 +112,7 @@ Vectors work just like lists.  Nested backquotes are permitted."
 
 ;; GNU Emacs has no reader macros
 
+;;;###autoload
 (fset backquote-backquote-symbol (symbol-function 'backquote))
 
 ;; backquote-process returns a dotted-pair of a tag (0, 1, or 2) and