diff options
| author | Erik Naggum | 1995-10-30 21:55:54 +0000 |
|---|---|---|
| committer | Erik Naggum | 1995-10-30 21:55:54 +0000 |
| commit | a8581027ba8721babc17d1d1b780d9d838c00baa (patch) | |
| tree | b5c194fde8ae048718e8edfdd4160fdcc800b536 | |
| parent | 56bdb2f5f7bd802fd26462388f15f00b89bc213a (diff) | |
| download | emacs-a8581027ba8721babc17d1d1b780d9d838c00baa.tar.gz emacs-a8581027ba8721babc17d1d1b780d9d838c00baa.zip | |
Correct initial line typo.
| -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 @@ | |||
| 1 | ;;; format.el ;-- read and save files in multiple formats | 1 | ;;; format.el --- read and save files in multiple formats |
| 2 | ;; Copyright (c) 1994, 1995 Free Software Foundation | 2 | ;; Copyright (c) 1994, 1995 Free Software Foundation |
| 3 | 3 | ||
| 4 | ;; Author: Boris Goldowsky <boris@gnu.ai.mit.edu> | 4 | ;; Author: Boris Goldowsky <boris@gnu.ai.mit.edu> |