summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/backquote.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 23:54:21 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 23:54:21 +0000
commitc0274f385fe5f39459cac5ea9ff9f92bacd3a8ef (patch)
tree925fc795c6471c7b0904feba14782fdc5689308b /lisp/emacs-lisp/backquote.el
parent84fc2cfa7d62e9ff77405340bae99cf5b1a9e164 (diff)
downloademacs-c0274f385fe5f39459cac5ea9ff9f92bacd3a8ef.tar.gz
emacs-c0274f385fe5f39459cac5ea9ff9f92bacd3a8ef.tar.bz2
emacs-c0274f385fe5f39459cac5ea9ff9f92bacd3a8ef.zip
*** empty log message ***
Diffstat (limited to 'lisp/emacs-lisp/backquote.el')
-rw-r--r--lisp/emacs-lisp/backquote.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/backquote.el b/lisp/emacs-lisp/backquote.el
index 0b5283ca819..9a4d7d5ffd7 100644
--- a/lisp/emacs-lisp/backquote.el
+++ b/lisp/emacs-lisp/backquote.el
@@ -1,3 +1,5 @@
+;; backquote.el --- backquoting for Emacs Lisp macros
+
;; Copyright (C) 1985 Free Software Foundation, Inc.
;; Written by Dick King (king@kestrel).
@@ -354,3 +356,4 @@ for making the list so far."
(provide 'backquote)
+;;; backquote.el ends here