(fancy-splash-tail, normal-splash-screen): Update copyright.
This commit is contained in:
parent
eb4cb84faf
commit
84691156a5
2 changed files with 7 additions and 4 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2002-03-21 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
|
||||
|
||||
* startup.el (fancy-splash-tail, normal-splash-screen): Update
|
||||
copyright.
|
||||
|
||||
* novice.el (disabled-command-hook): Clarify output text to match
|
||||
prompt.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
;;; startup.el --- process Emacs shell arguments
|
||||
|
||||
;; Copyright (C) 1985, 86, 92, 94, 95, 96, 97, 98, 99, 2000, 2001
|
||||
;; Copyright (C) 1985, 86, 92, 94, 95, 96, 97, 98, 99, 2000, 2001, 2002
|
||||
;; Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
|
|
@ -1197,7 +1197,7 @@ where FACE is a valid face specification, as it can be used with
|
|||
(emacs-version)
|
||||
"\n"
|
||||
:face '(variable-pitch :height 0.5)
|
||||
"Copyright (C) 2001 Free Software Foundation, Inc.")
|
||||
"Copyright (C) 2002 Free Software Foundation, Inc.")
|
||||
(and auto-save-list-file-prefix
|
||||
;; Don't signal an error if the
|
||||
;; directory for auto-save-list files
|
||||
|
|
@ -1333,7 +1333,7 @@ Ordering Manuals How to order manuals from the FSF.
|
|||
")
|
||||
(insert "\n\n" (emacs-version)
|
||||
"
|
||||
Copyright (C) 2001 Free Software Foundation, Inc."))
|
||||
Copyright (C) 2002 Free Software Foundation, Inc."))
|
||||
|
||||
;; No mouse menus, so give help using kbd commands.
|
||||
|
||||
|
|
@ -1379,7 +1379,7 @@ If you have no Meta key, you may instead type ESC followed by the character.)")
|
|||
|
||||
(insert "\n\n" (emacs-version)
|
||||
"
|
||||
Copyright (C) 2001 Free Software Foundation, Inc.")
|
||||
Copyright (C) 2002 Free Software Foundation, Inc.")
|
||||
|
||||
(if (and (eq (key-binding "\C-h\C-c") 'describe-copying)
|
||||
(eq (key-binding "\C-h\C-d") 'describe-distribution)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue