Mercurial > hg > xemacs-beta
comparison lisp/version.el @ 52:461c7ba8286a r19-16-pre1
Import from CVS: tag r19-16-pre1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:57:19 +0200 |
parents | ee648375d8d6 |
children | 05472e90ae02 |
comparison
equal
deleted
inserted
replaced
51:69ce12f60f55 | 52:461c7ba8286a |
---|---|
49 (defconst emacs-build-time (current-time-string) "\ | 49 (defconst emacs-build-time (current-time-string) "\ |
50 Time at which Emacs was dumped out.") | 50 Time at which Emacs was dumped out.") |
51 | 51 |
52 (defconst emacs-build-system (system-name)) | 52 (defconst emacs-build-system (system-name)) |
53 | 53 |
54 (defconst xemacs-betaname "(beta91)" | 54 (defconst xemacs-betaname nil |
55 "Non-nil when this is a test (beta) version of XEmacs. | 55 "Non-nil when this is a test (beta) version of XEmacs. |
56 Warning, this variable did not exist in XEmacs versions prior to 20.3") | 56 Warning, this variable did not exist in XEmacs versions prior to 20.3") |
57 | 57 |
58 (defconst xemacs-codename "" | 58 (defconst xemacs-codename "Queens" |
59 "This only works in XEmacs 20.3 or greater.") | 59 "Symbolic name of XEmacs build. |
60 Warning, this variable did not exist in XEmacs versions prior to 19.16 | |
61 and 20.3") | |
60 | 62 |
61 (defconst emacs-version | 63 (defconst emacs-version |
62 (purecopy | 64 (purecopy |
63 (format "%d.%d \"%s\"%s%s" | 65 (format "%d.%d \"%s\"%s%s" |
64 emacs-major-version | 66 emacs-major-version |