diff lisp/emacs-lisp/backquote.el @ 256:7e4c7ef44243

*** empty log message ***
author Roland McGrath <roland@gnu.org>
date Thu, 09 May 1991 21:50:34 +0000
parents a587d037d637
children 36bd3a9f20e2
line wrap: on
line diff
--- a/lisp/emacs-lisp/backquote.el	Thu May 09 17:10:09 1991 +0000
+++ b/lisp/emacs-lisp/backquote.el	Thu May 09 21:50:34 1991 +0000
@@ -90,6 +90,7 @@
 
 
 ;;; This is the interface 
+;;;###autoload
 (defmacro ` (form)
   "(` FORM)  is a macro that expands to code to construct FORM.
 Note that this is very slow in interpreted code, but fast if you compile.