1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-11-23 11:41:15 -05:00

Version 4.2

Consistent display of µEMACS as program name among
- ue --version
- on status bar
- insert-string $progname
- write-message $progname (FIX).
This commit is contained in:
2015-02-12 13:15:45 +08:00
parent b2306e379d
commit e13bc9ca7e
5 changed files with 44 additions and 11 deletions

View File

@@ -9,8 +9,9 @@
# define PROGRAM_NAME "em"
#endif
#define PROGRAM_NAME_LONG "\xC2\xB5""EMACS" /* utf8 µEMACS */
# define PROGRAM_NAME_PFX "\xC2"
# define PROGRAM_NAME_LONG "\xB5""EMACS" /* UTF-8 µEMACS */
#define VERSION "4.1.1"
# define VERSION "4.2.0"
#endif /* VERSION_H_ */