From dab92e74ffa9aef269bfb6393e6c9b502fa1d593 Mon Sep 17 00:00:00 2001 From: Renaud Fivet Date: Sat, 17 Jun 2017 17:18:17 +0800 Subject: [PATCH] =?UTF-8?q?Increase=20=C2=B5EMACS=20version=20number.=20Ad?= =?UTF-8?q?d=20message=20line=20in=20maze=20script.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maze.cmd | 1 + version.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/maze.cmd b/maze.cmd index 8e5f519..88a813a 100644 --- a/maze.cmd +++ b/maze.cmd @@ -90,6 +90,7 @@ set %cnt &tim &sub &div %w 2 1 &sub &div %l 2 1 beginning-of-file kill-to-end-of-line insert-string &cat " Maze " &cat %w &cat "x" &cat &sub %l 2 &cat " #" %S +write-message $line &sub $curwidth $curcol insert-string " " # draw the entrance diff --git a/version.h b/version.h index f8e1354..c2dda66 100644 --- a/version.h +++ b/version.h @@ -12,6 +12,6 @@ # define PROGRAM_NAME_PFX "\xC2" # define PROGRAM_NAME_LONG "\xB5""EMACS" /* UTF-8 µEMACS */ -# define VERSION "4.2.3" +# define VERSION "4.2.4" #endif /* VERSION_H_ */