diff options
author | Erik Naggum <erik@naggum.no> | 1995-10-30 21:55:54 +0000 |
---|---|---|
committer | Erik Naggum <erik@naggum.no> | 1995-10-30 21:55:54 +0000 |
commit | a8581027ba8721babc17d1d1b780d9d838c00baa (patch) | |
tree | b5c194fde8ae048718e8edfdd4160fdcc800b536 /lisp/format.el | |
parent | 56bdb2f5f7bd802fd26462388f15f00b89bc213a (diff) | |
download | emacs-a8581027ba8721babc17d1d1b780d9d838c00baa.tar.gz |
Correct initial line typo.
Diffstat (limited to 'lisp/format.el')
-rw-r--r-- | lisp/format.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/format.el b/lisp/format.el index eae6f72f473..96dd4f63ca1 100644 --- a/lisp/format.el +++ b/lisp/format.el @@ -1,4 +1,4 @@ -;;; format.el ;-- read and save files in multiple formats +;;; format.el --- read and save files in multiple formats ;; Copyright (c) 1994, 1995 Free Software Foundation ;; Author: Boris Goldowsky <boris@gnu.ai.mit.edu> |