Mercurial > emacs
diff ChangeLog @ 108601:786c4a4a3817
Handle --version reasonably in CANNOT_DUMP configuration.
* src/emacs.c (emacs_version, emacs_copyright): New string
variables.
(Vemacs_version, Vemacs_copyright): New Lisp_Object variables.
(syms_of_emacs): Defvar them, and initialize them from the C
string variables.
(main): If initialization hasn't been done, print initial version
info from the C strings, instead of starting an interactive session.
* lisp/version.el (emacs-copyright, emacs-version): Don't define
here.
* configure.in: Look for version string in its new place.
| author | Ken Raeburn <raeburn@raeburn.org> |
|---|---|
| date | Sat, 15 May 2010 17:11:37 -0400 |
| parents | 5daf8821df70 |
| children | 095e338e1fd8 |
line wrap: on
line diff
--- a/ChangeLog Sat May 15 17:43:55 2010 +0300 +++ b/ChangeLog Sat May 15 17:11:37 2010 -0400 @@ -1,3 +1,7 @@ +2010-05-15 Ken Raeburn <raeburn@raeburn.org> + + * configure.in: Look for version string in its new location. + 2010-05-15 Eli Zaretskii <eliz@gnu.org> * config.bat: Remove support for DJGPP v1.x.
