diff options
| author | Eric S. Raymond | 1992-07-22 04:22:30 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 1992-07-22 04:22:30 +0000 |
| commit | 9750e079ddb0df24810a8a19a3210616d3f71db9 (patch) | |
| tree | caa58c722ed2eae1002c3aeaa8cf49421f4a3dce /lisp/emulation | |
| parent | 6d74b528d014d3ae65306e8afe154ccc66386be5 (diff) | |
| download | emacs-9750e079ddb0df24810a8a19a3210616d3f71db9.tar.gz emacs-9750e079ddb0df24810a8a19a3210616d3f71db9.zip | |
entered into RCS
Diffstat (limited to 'lisp/emulation')
| -rw-r--r-- | lisp/emulation/mlconvert.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/emulation/mlconvert.el b/lisp/emulation/mlconvert.el index 310654fb2b1..20b51466e4f 100644 --- a/lisp/emulation/mlconvert.el +++ b/lisp/emulation/mlconvert.el | |||
| @@ -1,11 +1,10 @@ | |||
| 1 | ;;; mlconvert.el --- convert buffer of Mocklisp code to real lisp. | 1 | ;;; mlconvert.el --- convert buffer of Mocklisp code to real lisp. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985 Free Software Foundation, Inc. | ||
| 4 | |||
| 3 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 4 | ;; Last-Modified: 09 May 1991 | ||
| 5 | ;; Keywords: extensions | 6 | ;; Keywords: extensions |
| 6 | 7 | ||
| 7 | ;; Copyright (C) 1985 Free Software Foundation, Inc. | ||
| 8 | |||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| 10 | 9 | ||
| 11 | ;; GNU Emacs is free software; you can redistribute it and/or modify | 10 | ;; GNU Emacs is free software; you can redistribute it and/or modify |