Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1ca41b97
Commit
1ca41b97
authored
Jan 03, 2006
by
Romain Francoise
Browse files
(fancy-splash-tail, normal-splash-screen): Update copyright year.
parent
dcc9b98d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/startup.el
lisp/startup.el
+4
-4
No files found.
lisp/ChangeLog
View file @
1ca41b97
2006-01-03 Romain Francoise <romain@orebokech.com>
* startup.el (fancy-splash-tail, normal-splash-screen):
Update copyright year.
2006-01-02 Chong Yidong <cyd@stupidchicken.com>
* cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
...
...
lisp/startup.el
View file @
1ca41b97
;;; startup.el --- process Emacs shell arguments
;; Copyright (C) 1985, 1986, 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
;; 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
;; 2001, 2002, 2003, 2004, 2005
, 2006
Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: internal
...
...
@@ -1266,7 +1266,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
)
200
5
Free
Software
Foundation,
Inc.
")
"
Copyright
(
C
)
200
6
Free
Software
Foundation,
Inc.
")
(and auto-save-list-file-prefix
;; Don't signal an error if the
;; directory for auto-save-list files
...
...
@@ -1438,7 +1438,7 @@ More Manuals / Ordering Manuals How to order printed manuals from the FSF
")
(insert "
\n\n
" (emacs-version)
"
Copyright
(
C
)
200
5
Free
Software
Foundation,
Inc.
"))
Copyright
(
C
)
200
6
Free
Software
Foundation,
Inc.
"))
;; No mouse menus, so give help using kbd commands.
...
...
@@ -1486,7 +1486,7 @@ If you have no Meta key, you may instead type ESC followed by the character.)")
(insert "
\n\n
" (emacs-version)
"
Copyright
(
C
)
200
5
Free
Software
Foundation,
Inc.
")
Copyright
(
C
)
200
6
Free
Software
Foundation,
Inc.
")
(if (and (eq (key-binding "
\C-h\C-c
") 'describe-copying)
(eq (key-binding "
\C-h\C-d
") 'describe-distribution)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment