mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(emacs-copyright): Add emacs-copyright.
This commit is contained in:
parent
c766ffaa57
commit
ad360c9356
@ -1,3 +1,10 @@
|
||||
2007-11-10 Juri Linkov <juri@jurta.org>
|
||||
|
||||
* startup.el: Backport startup screen related changes from the trunk.
|
||||
* loadup.el: Add `button'. Move up `startup'.
|
||||
* help.el (help-map, help-for-help-internal): Add `C-h C-a'.
|
||||
* version.el (emacs-copyright): Add emacs-copyright.
|
||||
|
||||
2007-11-10 Jason Rumney <jasonr@gnu.org>
|
||||
|
||||
* w32-fns.el: Sync charset names with setup-default-fontset.
|
||||
|
@ -27,6 +27,9 @@
|
||||
|
||||
;;; Code:
|
||||
|
||||
(defconst emacs-copyright "Copyright (C) 2007 Free Software Foundation, Inc."
|
||||
"Short copyright string for this version of Emacs.")
|
||||
|
||||
(defconst emacs-version "22.1.50" "\
|
||||
Version numbers of this version of Emacs.")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user