diff options
| author | Glenn Morris | 2008-01-04 03:01:59 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-01-04 03:01:59 +0000 |
| commit | 0f27a1fd6aa0090620f52034f87e9ca5b26843a6 (patch) | |
| tree | 2670912f20903f5a53691398e8b6fd13bdb81f04 | |
| parent | 1952a18e415d1ae28b0d9300f58dd94a7f32833d (diff) | |
| download | emacs-0f27a1fd6aa0090620f52034f87e9ca5b26843a6.tar.gz emacs-0f27a1fd6aa0090620f52034f87e9ca5b26843a6.zip | |
(emacs-copyright): Update to 2008.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/version.el | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bd4e9841568..958223c2855 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-01-04 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * version.el (emacs-copyright): Update to 2008. | ||
| 4 | |||
| 1 | 2008-01-03 Nick Roberts <nickrob@snap.net.nz> | 5 | 2008-01-03 Nick Roberts <nickrob@snap.net.nz> |
| 2 | 6 | ||
| 3 | * progmodes/gud.el (gud-def): Do nothing if gud-running is t. | 7 | * progmodes/gud.el (gud-def): Do nothing if gud-running is t. |
diff --git a/lisp/version.el b/lisp/version.el index 9b6f06f2eff..1d2cc4fabcf 100644 --- a/lisp/version.el +++ b/lisp/version.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; version.el --- record version number of Emacs -*- no-byte-compile: t -*- | 1 | ;;; version.el --- record version number of Emacs -*- no-byte-compile: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1992, 1994, 1995, 1999, 2000, 2001, 2002, | 3 | ;; Copyright (C) 1985, 1992, 1994, 1995, 1999, 2000, 2001, 2002, |
| 4 | ;; 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 4 | ;; 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: internal | 7 | ;; Keywords: internal |
| @@ -27,7 +27,7 @@ | |||
| 27 | 27 | ||
| 28 | ;;; Code: | 28 | ;;; Code: |
| 29 | 29 | ||
| 30 | (defconst emacs-copyright "Copyright (C) 2007 Free Software Foundation, Inc." | 30 | (defconst emacs-copyright "Copyright (C) 2008 Free Software Foundation, Inc." |
| 31 | "Short copyright string for this version of Emacs.") | 31 | "Short copyright string for this version of Emacs.") |
| 32 | 32 | ||
| 33 | (defconst emacs-version "22.1.50" "\ | 33 | (defconst emacs-version "22.1.50" "\ |