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
d3cf8dc3
Commit
d3cf8dc3
authored
Jun 28, 1995
by
Richard M. Stallman
Browse files
Update copyright year in message.
parent
37dad45a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/startup.el
lisp/startup.el
+2
-2
No files found.
lisp/startup.el
View file @
d3cf8dc3
;;; startup.el --- process Emacs shell arguments
;; Copyright (C) 1985, 1986, 1992, 1994 Free Software Foundation, Inc.
;; Copyright (C) 1985, 1986, 1992, 1994
, 1995
Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: internal
...
...
@@ -601,7 +601,7 @@ specified by the LC_ALL, LC_CTYPE and LANG environment variables.")
(
progn
(
insert
(
emacs-version
)
"
Copyright (C) 199
4
Free Software Foundation, Inc.\n\n"
)
Copyright (C) 199
5
Free Software Foundation, Inc.\n\n"
)
;; If keys have their default meanings,
;; use precomputed string to save lots of time.
(
if
(
and
(
eq
(
key-binding
"\C-h"
)
'help-command
)
...
...
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