yatex

diff yatexadd.el @ 293:f5151d4240a9

Fix for going away of last-input-char
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 26 Feb 2013 11:02:23 +0900
parents 5921f28ef77c
children 8d3156073892
line diff
     1.1 --- a/yatexadd.el	Sat Sep 01 08:14:41 2012 +0900
     1.2 +++ b/yatexadd.el	Tue Feb 26 11:02:23 2013 +0900
     1.3 @@ -1,7 +1,7 @@
     1.4  ;;; yatexadd.el --- YaTeX add-in functions
     1.5  ;;; yatexadd.el rev.20
     1.6  ;;; (c)1991-2012 by HIROSE Yuuji.[yuuji@yatex.org]
     1.7 -;;; Last modified Sat Sep  1 08:08:21 2012 on firestorm
     1.8 +;;; Last modified Sun Jan 27 20:11:23 2013 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11  ;;; Code:
    1.12 @@ -432,7 +432,7 @@
    1.13  (defun YaTeX::label-search-tag ()
    1.14    (interactive)
    1.15    (let ((case-fold-search t)
    1.16 -	(tag (regexp-quote (char-to-string last-command-char))))
    1.17 +	(tag (regexp-quote (char-to-string (YaTeX-last-key)))))
    1.18      (cond
    1.19       ((save-excursion
    1.20  	(forward-char 1)