summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/backquote.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp/backquote.el')
-rw-r--r--lisp/emacs-lisp/backquote.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/backquote.el b/lisp/emacs-lisp/backquote.el
index 82cd99a114a..0b5283ca819 100644
--- a/lisp/emacs-lisp/backquote.el
+++ b/lisp/emacs-lisp/backquote.el
@@ -57,8 +57,6 @@
;;; this or changing the syntax to ... ,(<form>). RMS: opinion?
-(provide 'backquote)
-
;;; a raft of general-purpose macros follows. See the nearest
;;; Commonlisp manual.
(defmacro bq-push (v l)
@@ -353,3 +351,6 @@ for making the list so far."
(defun bq-splicenil (form)
(setq state 'append
tailmaker (list form)))
+
+(provide 'backquote)
+