comparison src/emacs.c @ 4450:ac6231e0c1df

Automated merge with file:/Sources/xemacs-21.5-checked-out
author Aidan Kehoe <kehoea@parhasard.net>
date Wed, 07 May 2008 21:21:08 +0200
parents fd8a9a4d81d9 eb82fbb675ea
children d9b9b5f90386
comparison
equal deleted inserted replaced
4449:13ce402e1736 4450:ac6231e0c1df
4295 Arbitrary string to place in the version string after the codename. 4295 Arbitrary string to place in the version string after the codename.
4296 4296
4297 Appropriate surrounding whitespace will be added, but typically looks best 4297 Appropriate surrounding whitespace will be added, but typically looks best
4298 if enclosed in parentheses. 4298 if enclosed in parentheses.
4299 4299
4300 A standard use is to indicate the date version.sh was last updated from 4300 A standard use is to indicate the topmost hash id of the Mercurial
4301 the CVS mainline, where it is automatically given a value similar to 4301 changeset from which XEmacs was compiled. Developers may also use it
4302 \"(+CVS-20050221)\". Developers may also use it to indicate particular 4302 to indicate particular branches, etc.
4303 branches, etc.
4304 */ ); 4303 */ );
4305 #ifdef XEMACS_EXTRA_NAME 4304 #ifdef XEMACS_EXTRA_NAME
4306 Vxemacs_extra_name = build_string (XEMACS_EXTRA_NAME); 4305 Vxemacs_extra_name = build_string (XEMACS_EXTRA_NAME);
4307 #endif 4306 #endif
4308 4307