yatex

changeset 340:3206061867ae dev

let* should be
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 18 Dec 2014 17:57:46 +0900
parents 9c39aa8a50e9
children 0f6c76dc7a23
files yatexadd.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/yatexadd.el	Thu Dec 18 17:55:33 2014 +0900
     1.2 +++ b/yatexadd.el	Thu Dec 18 17:57:46 2014 +0900
     1.3 @@ -1,7 +1,7 @@
     1.4  ;;; yatexadd.el --- YaTeX add-in functions
     1.5  ;;; yatexadd.el rev.21
     1.6  ;;; (c)1991-2014 by HIROSE Yuuji.[yuuji@yatex.org]
     1.7 -;;; Last modified Thu Dec 18 17:28:29 2014 on firestorm
     1.8 +;;; Last modified Thu Dec 18 17:37:11 2014 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11  ;;; Code:
    1.12 @@ -1942,7 +1942,7 @@
    1.13  
    1.14  (defun YaTeX::includegraphics (argp &optional file doclip)
    1.15    "Add-in for \\includegraphics"
    1.16 -  (let ((imgfile (or file (YaTeX::include argp "Image File: ")))
    1.17 +  (let*((imgfile (or file (YaTeX::include argp "Image File: ")))
    1.18  	(imgfilepath
    1.19  	 (save-excursion
    1.20  	   (YaTeX-visit-main t)