Mercurial > emacs
changeset 79369:d4e8e1cdb991
(emacs-copyright): Add emacs-copyright.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sat, 10 Nov 2007 21:20:11 +0000 |
parents | d91beda3b06e |
children | e62e79291733 |
files | lisp/version.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/version.el Sat Nov 10 21:19:54 2007 +0000 +++ b/lisp/version.el Sat Nov 10 21:20:11 2007 +0000 @@ -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.")