Mercurial > emacs
changeset 81219:2e52a666ce26
(emacs-copyright): New constant.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 07 Jun 2007 07:19:01 +0000 |
parents | fab9cb008a4e |
children | c010d5840bf6 |
files | lisp/version.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/version.el Thu Jun 07 07:18:49 2007 +0000 +++ b/lisp/version.el Thu Jun 07 07:19:01 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.")