diff options
| author | Richard M. Stallman | 1996-04-12 06:40:16 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-04-12 06:40:16 +0000 |
| commit | edabc3235f6ab3e69ffb427ddee1aa4502b13b54 (patch) | |
| tree | 47880864a62a05d6f70914afbc3e89023b6f0376 | |
| parent | ce200cf36d2b734523a01873c6a3dfa60d62678b (diff) | |
| download | emacs-edabc3235f6ab3e69ffb427ddee1aa4502b13b54.tar.gz emacs-edabc3235f6ab3e69ffb427ddee1aa4502b13b54.zip | |
Comment change.
| -rw-r--r-- | lisp/w32-fns.el | 2 | ||||
| -rw-r--r-- | src/s/msdos.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el index bf61f4fa62f..aef3d5550c2 100644 --- a/lisp/w32-fns.el +++ b/lisp/w32-fns.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;; winnt.el --- Lisp routines for Windows NT. | 1 | ;;; winnt.el --- Lisp routines for Windows NT. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/src/s/msdos.h b/src/s/msdos.h index cb454a3b52f..abb22834b7a 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* System description file for MS-DOS | 1 | /* System description file for MS-DOS |
| 2 | 2 | ||
| 3 | Copyright (C) 1993 Free Software Foundation, Inc. | 3 | Copyright (C) 1993, 1996 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||