changeset 255:214702e4df54 dev

SPC is the same as `y' like y-or-n-p(YaTeX::label-rename-refs).
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 12 Feb 2012 10:50:18 +0900
parents 45ea6e6e5b26
children b1e70dc23208
files yatexadd.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/yatexadd.el	Sun Feb 12 10:28:54 2012 +0900
+++ b/yatexadd.el	Sun Feb 12 10:50:18 2012 +0900
@@ -2,7 +2,7 @@
 ;;; YaTeX add-in functions.
 ;;; yatexadd.el rev.20
 ;;; (c)1991-2012 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Sun Feb 12 10:23:23 2012 on firestorm
+;;; Last modified Sun Feb 12 10:48:23 2012 on firestorm
 ;;; $Id$
 
 ;;;
@@ -1201,7 +1201,7 @@
 				    'exit-recursive-edit '(keymap) t)))
 				 (sleep-for 2)
 				 (recursive-edit))
-				((= ch ?y) (throw 'query t))
+				((memq ch '(?y ?\  )) (throw 'query t))
 				((= ch ?!) (throw 'query (setq continue t)))
 				((= ch ??)
 				 (describe-function

yatex.org