Mercurial > hg > xemacs-beta
comparison lisp/version.el @ 4522:fc7067b7f407
Backout last patch; forgot to specify file.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Wed, 29 Oct 2008 03:37:16 +0900 |
parents | 383ab474a241 |
children | 6a3006b37260 |
comparison
equal
deleted
inserted
replaced
4521:383ab474a241 | 4522:fc7067b7f407 |
---|---|
32 | 32 |
33 (defconst xemacs-betaname | 33 (defconst xemacs-betaname |
34 (and emacs-beta-version (format "(beta%d)" emacs-beta-version)) | 34 (and emacs-beta-version (format "(beta%d)" emacs-beta-version)) |
35 "Non-nil when this is a test (beta) version of XEmacs. | 35 "Non-nil when this is a test (beta) version of XEmacs. |
36 Warning, this variable did not exist in XEmacs versions prior to 20.3. | 36 Warning, this variable did not exist in XEmacs versions prior to 20.3. |
37 Its value is derived from `emacs-beta-version'. It is mutually exclusive | 37 It value is derived from `emacs-beta-version'. It is mutually exclusive |
38 with `emacs-patch-level'.") | 38 with `emacs-patch-level'.") |
39 | 39 |
40 (defconst emacs-version | 40 (defconst emacs-version |
41 (format "%d.%d %s%s%s%s%s" | 41 (format "%d.%d %s%s%s%s%s" |
42 emacs-major-version | 42 emacs-major-version |