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 wrap: on
line diff
--- a/yatexadd.el	Thu Dec 18 17:55:33 2014 +0900
+++ b/yatexadd.el	Thu Dec 18 17:57:46 2014 +0900
@@ -1,7 +1,7 @@
 ;;; yatexadd.el --- YaTeX add-in functions
 ;;; yatexadd.el rev.21
 ;;; (c)1991-2014 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Thu Dec 18 17:28:29 2014 on firestorm
+;;; Last modified Thu Dec 18 17:37:11 2014 on firestorm
 ;;; $Id$
 
 ;;; Code:
@@ -1942,7 +1942,7 @@
 
 (defun YaTeX::includegraphics (argp &optional file doclip)
   "Add-in for \\includegraphics"
-  (let ((imgfile (or file (YaTeX::include argp "Image File: ")))
+  (let*((imgfile (or file (YaTeX::include argp "Image File: ")))
 	(imgfilepath
 	 (save-excursion
 	   (YaTeX-visit-main t)

yatex.org