yatex

changeset 464:c996fbcc2e79 dev

small bug fix
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 03 Jun 2017 23:24:44 +0859
parents a4d49700b1c5
children e9299b77df1f
files yatexadd.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/yatexadd.el	Wed May 31 21:56:49 2017 +0859
     1.2 +++ b/yatexadd.el	Sat Jun 03 23:24:44 2017 +0859
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatexadd.el --- YaTeX add-in functions -*- coding: sjis -*-
     1.5  ;;; (c)1991-2017 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Wed May 31 20:57:12 2017 on firestorm
     1.7 +;;; Last modified Sat Jun  3 23:23:23 2017 on firestorm
     1.8  ;;; $Id$
     1.9  
    1.10  ;;; Code:
    1.11 @@ -1106,7 +1106,7 @@
    1.12  		  (setq label (YaTeX-match-string 0))
    1.13  		  (put 'YaTeX::ref-labeling-regexp lnum
    1.14  		       (YaTeX-match-string (cdr (car list))))
    1.15 -		  (funcall (concat output labelleader) label 0) ;;0 is dummy
    1.16 +		  (funcall output (concat labelleader label) 0) ;;0 is dummy
    1.17  		  (setq list nil)))
    1.18  	    (setq list (cdr list))))
    1.19  	))