diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-09-07 17:07:01 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-09-07 17:07:01 +0000 |
commit | b0f166c11ac978c9388f6feb0376bc8057f8ae71 (patch) | |
tree | c341102d10b46e24e4eab8b599daa422d7ff53ae | |
parent | 4f16f9fc74b08a0ce417cb80b86d488ea1ea9852 (diff) | |
download | emacs-b0f166c11ac978c9388f6feb0376bc8057f8ae71.tar.gz |
(command-line-1): Update copyright year in string.
-rw-r--r-- | lisp/startup.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index 8b7da9c7e3c..cd9700e0d61 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -803,7 +803,7 @@ If you have no Meta key, you may instead type ESC followed by the character.)") (insert "\n\n" (emacs-version) " -Copyright (C) 1996 Free Software Foundation, Inc.") +Copyright (C) 1997 Free Software Foundation, Inc.") (if (and (eq (key-binding "\C-h\C-c") 'describe-copying) (eq (key-binding "\C-h\C-d") 'describe-distribution) (eq (key-binding "\C-h\C-w") 'describe-no-warranty)) |