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 | 87742f0063dc5fba514410ac46d4838d8233de21 (patch) | |
tree | a28d9e7882cdc7a5732d671e25c01337257c6a6b /lisp/byte-run.el | |
parent | 4cb68c2b7e87a939361891a3c95b39d018d52084 (diff) | |
download | emacs-87742f0063dc5fba514410ac46d4838d8233de21.tar.gz |
Added standard library headers.
Diffstat (limited to 'lisp/byte-run.el')
-rw-r--r-- | lisp/byte-run.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/byte-run.el b/lisp/byte-run.el index 1a09ec6ac11..8d5595a8b0a 100644 --- a/lisp/byte-run.el +++ b/lisp/byte-run.el @@ -1,4 +1,4 @@ -;; byte-run.el --- byte-compiler support for inlining +;;; byte-run.el --- byte-compiler support for inlining ;; Copyright (C) 1992 Free Software Foundation, Inc. |