diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 23:54:21 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 23:54:21 +0000 |
commit | c0274f385fe5f39459cac5ea9ff9f92bacd3a8ef (patch) | |
tree | 925fc795c6471c7b0904feba14782fdc5689308b /lisp/emacs-lisp/backquote.el | |
parent | 84fc2cfa7d62e9ff77405340bae99cf5b1a9e164 (diff) | |
download | emacs-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.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 |