diff options
author | Erik Naggum <erik@naggum.no> | 1996-05-20 21:07:10 +0000 |
---|---|---|
committer | Erik Naggum <erik@naggum.no> | 1996-05-20 21:07:10 +0000 |
commit | b035a6780c3c5336e95ab4a42fc9e38aaab6cf89 (patch) | |
tree | 2faea17fb0f9202b5ac1398b957cba2de0b35bde /lisp/emacs-lisp/backquote.el | |
parent | 45968db63b1e4eb3d341b5d3593624fdbd40985d (diff) | |
download | emacs-b035a6780c3c5336e95ab4a42fc9e38aaab6cf89.tar.gz |
Fixed up initial line
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 41f1cf8b1f1..807b4bd1c50 100644 --- a/lisp/emacs-lisp/backquote.el +++ b/lisp/emacs-lisp/backquote.el @@ -1,4 +1,4 @@ -;;; backquote.el -- implement the ` Lisp construct +;;; backquote.el --- implement the ` Lisp construct ;;; Copyright (C) 1990, 1992, 1994 Free Software Foundation, Inc. |