(emacs-copyright): Update to 2008.
This commit is contained in:
parent
1952a18e41
commit
0f27a1fd6a
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-01-04 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* version.el (emacs-copyright): Update to 2008.
|
||||
|
||||
2008-01-03 Nick Roberts <nickrob@snap.net.nz>
|
||||
|
||||
* progmodes/gud.el (gud-def): Do nothing if gud-running is t.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
;;; version.el --- record version number of Emacs -*- no-byte-compile: t -*-
|
||||
|
||||
;; Copyright (C) 1985, 1992, 1994, 1995, 1999, 2000, 2001, 2002,
|
||||
;; 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
|
||||
;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: internal
|
||||
|
@ -27,7 +27,7 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(defconst emacs-copyright "Copyright (C) 2007 Free Software Foundation, Inc."
|
||||
(defconst emacs-copyright "Copyright (C) 2008 Free Software Foundation, Inc."
|
||||
"Short copyright string for this version of Emacs.")
|
||||
|
||||
(defconst emacs-version "22.1.50" "\
|
||||
|
|
Loading…
Add table
Reference in a new issue