mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
Fix version string in top-level MSDOS Makefile.
msdos/mainmake.v2 (version): Update due to change in emacs.c. src/emacs.c <emacs_version>: Add a comment regarding msdos/mainmake.v2's dependency on the syntax of this declaration.
This commit is contained in:
commit
ff2de6d2bb
4 changed files with 12 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2010-08-20 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* emacs.c <emacs_version>: Add a comment regarding
|
||||
msdos/mainmake.v2's dependency on the syntax of this declaration.
|
||||
|
||||
2010-08-20 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* dispnew.c (buffer_posn_from_coords): Fix calculation of buffer
|
||||
|
|
|
|||
|
|
@ -91,6 +91,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
#endif
|
||||
#endif
|
||||
|
||||
/* If you change the following line, remember to update
|
||||
msdos/mainmake.v2 which gleans the Emacs version from it! */
|
||||
static const char emacs_copyright[] = "Copyright (C) 2010 Free Software Foundation, Inc.";
|
||||
static const char emacs_version[] = "24.0.50";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue