diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-17 15:20:58 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-17 15:20:58 +0000 |
commit | c84729481b9eada04adccafbb62e5c6fdad8d142 (patch) | |
tree | 3cae02d1507a4616bfc33e269f4d51278ea16c01 /lisp/emacs-lisp/backquote.el | |
parent | c5d87135f5bd40e7c681a765b1f8d3aa62d16365 (diff) | |
download | emacs-c84729481b9eada04adccafbb62e5c6fdad8d142.tar.gz |
Added standard library headers.
Diffstat (limited to 'lisp/emacs-lisp/backquote.el')
-rw-r--r-- | lisp/emacs-lisp/backquote.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/backquote.el b/lisp/emacs-lisp/backquote.el index e4c7da1d13f..a74e30ad851 100644 --- a/lisp/emacs-lisp/backquote.el +++ b/lisp/emacs-lisp/backquote.el @@ -1,4 +1,4 @@ -;; backquote.el --- backquoting for Emacs Lisp macros +;;; backquote.el --- backquoting for Emacs Lisp macros ;; Copyright (C) 1985 Free Software Foundation, Inc. |