# HG changeset patch # User Juri Linkov # Date 1194729611 0 # Node ID d4e8e1cdb99175a15fe7cebeea0be02ef6ed0b8e # Parent d91beda3b06ef2dd12430d052306f4579bbbdc2a (emacs-copyright): Add emacs-copyright. diff -r d91beda3b06e -r d4e8e1cdb991 lisp/version.el --- 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.")