auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] Changes to auctex/style/epsf.el,v


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/style/epsf.el,v
Date: Sun, 25 May 2008 06:50:39 +0000

CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    08/05/25 06:50:33

Index: style/epsf.el
===================================================================
RCS file: /cvsroot/auctex/auctex/style/epsf.el,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- style/epsf.el       11 Feb 2005 08:51:40 -0000      1.2
+++ style/epsf.el       25 May 2008 06:50:32 -0000      1.3
@@ -19,7 +19,7 @@
 (defun TeX-arg-epsfsize (optional &optional prompt definition)
   "Create a line that print epsf figures at a certain percentage"
   (interactive)
-  (let ((scale (read-input "Scale (%): "))
+  (let ((scale (read-string "Scale (%): "))
        )
     (setq scalestr (if (zerop (length scale))
                       "75"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]