From 6926c9548aa92c939dce60ad2ffaf5b529cebad4 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 7 Jun 2007 07:20:11 +0000 Subject: [PATCH] (emacs-copyright): New constant. --- lisp/version.el | 3 +++ src/ChangeLog | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/lisp/version.el b/lisp/version.el index 0ed3927d0fc..034a2ff5515 100644 --- a/lisp/version.el +++ b/lisp/version.el @@ -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.") diff --git a/src/ChangeLog b/src/ChangeLog index f4cc9014c16..eb0040b371a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-06-07 Glenn Morris + + * emacs.c (main): Use `emacs-copyright' in --version output. + 2007-06-06 Chong Yidong * image.c (xpm_load): Remove spurious call to -- 2.39.2