diff options
Diffstat (limited to 'lisp/emacs-lisp/backquote.el')
-rw-r--r-- | lisp/emacs-lisp/backquote.el | 3 |
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 |