comparison man/lispref/building.texi @ 120:cca96a509cfe r20-1b12

Import from CVS: tag r20-1b12
author cvs
date Mon, 13 Aug 2007 09:25:29 +0200
parents dbb370e3c29e
children 8626e4521993
comparison
equal deleted inserted replaced
119:d101af7320b8 120:cca96a509cfe
132 running. It is useful to include this string in bug reports. 132 running. It is useful to include this string in bug reports.
133 133
134 @example 134 @example
135 @group 135 @group
136 (emacs-version) 136 (emacs-version)
137 @result{} "XEmacs 20.0 [Lucid] (i586-unknown-linux2.0.18) 137 @result{} "XEmacs 20.1 [Lucid] (i586-unknown-linux2.0.29)
138 of Wed Feb 6 1997 on nene" 138 of Mon Apr 7 1997 on altair.xemacs.org"
139 @end group 139 @end group
140 @end example 140 @end example
141 141
142 Called interactively, the function prints the same information in the 142 Called interactively, the function prints the same information in the
143 echo area. 143 echo area.
147 The value of this variable is the time at which XEmacs was built at the 147 The value of this variable is the time at which XEmacs was built at the
148 local site. 148 local site.
149 149
150 @example 150 @example
151 @group 151 @group
152 emacs-build-time 152 emacs-build-time "Mon Apr 7 20:28:52 1997"
153 @result{} "Wed Mar 6 14:55:57 1996" 153 @result{}
154 @end group 154 @end group
155 @end example 155 @end example
156 @end defvar 156 @end defvar
157 157
158 @defvar emacs-version 158 @defvar emacs-version
159 The value of this variable is the version of Emacs being run. It is a 159 The value of this variable is the version of Emacs being run. It is a
160 string, e.g. @code{"20.0 XEmacs Lucid"}. 160 string, e.g. @code{"20.1 XEmacs Lucid"}.
161 @end defvar 161 @end defvar
162 162
163 The following two variables did not exist before FSF GNU Emacs version 163 The following two variables did not exist before FSF GNU Emacs version
164 19.23 and XEmacs version 19.10, which reduces their usefulness at 164 19.23 and XEmacs version 19.10, which reduces their usefulness at
165 present, but we hope they will be convenient in the future. 165 present, but we hope they will be convenient in the future.
166 166
167 @defvar emacs-major-version 167 @defvar emacs-major-version
168 The major version number of Emacs, as an integer. For XEmacs version 168 The major version number of Emacs, as an integer. For XEmacs version
169 20.0, the value is 20. 169 20.1, the value is 20.
170 @end defvar 170 @end defvar
171 171
172 @defvar emacs-minor-version 172 @defvar emacs-minor-version
173 The minor version number of Emacs, as an integer. For XEmacs version 173 The minor version number of Emacs, as an integer. For XEmacs version
174 20.0, the value is 0. 174 20.1, the value is 1.
175 @end defvar 175 @end defvar
176 176
177 @node Pure Storage 177 @node Pure Storage
178 @appendixsec Pure Storage 178 @appendixsec Pure Storage
179 @cindex pure storage 179 @cindex pure storage