diff lisp/version.el @ 209:41ff10fd062f r20-4b3

Import from CVS: tag r20-4b3
author cvs
date Mon, 13 Aug 2007 10:04:58 +0200
parents b405438285a2
children 41f2f0e326e9
line wrap: on
line diff
--- a/lisp/version.el	Mon Aug 13 10:03:54 2007 +0200
+++ b/lisp/version.el	Mon Aug 13 10:04:58 2007 +0200
@@ -1,5 +1,9 @@
-;; Record version number of Emacs.
-;; Copyright (C) 1985, 1991-1994 Free Software Foundation, Inc.
+;; version.el --- Record version number of Emacs.
+
+;; Copyright (C) 1985, 1991-1994, 1997 Free Software Foundation, Inc.
+
+;; Maintainer: XEmacs Development Team
+;; Keywords: internal, dumped
 
 ;; This file is part of XEmacs.
 
@@ -20,18 +24,11 @@
 
 ;;; Synched up with: FSF 19.34.
 
-;;; Code:
-
-;;(defconst emacs-version "20.3"
-;;  "Version numbers of this version of XEmacs.")
+;;; Commentary:
 
-;;(defconst xemacs-codename "Copenhagen"
-;;  "Release nickname, primarily useful for trial prereleases.
-;;Warning, this variable did not exist in XEmacs versions prior to 20.3")
+;; This file is dumped with XEmacs.
 
-;;(defconst xemacs-betaname "(beta8)"
-;;  "Non-nil when this is a test (beta) version of XEmacs.
-;;Warning, this variable did not exist in XEmacs versions prior to 20.3")
+;;; Code:
 
 (defconst xemacs-betaname
   (and emacs-beta-version (format "(beta%d)" emacs-beta-version))