emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/ps-bdf.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/ps-bdf.el,v
Date: Sat, 02 Feb 2008 04:15:23 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/02/02 04:15:23

Index: ps-bdf.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/ps-bdf.el,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- ps-bdf.el   1 Feb 2008 16:01:10 -0000       1.30
+++ ps-bdf.el   2 Feb 2008 04:15:23 -0000       1.31
@@ -240,7 +240,7 @@
          (goto-char (point-min))
          (search-forward "\nFONT ")
          (if (looking-at "-[^-]*-[^-]*-[^-]*-[^-]*-[^-]*-[^-]*-\\([0-9]+\\)")
-             (setq size (string-to-int (match-string 1)))
+             (setq size (string-to-number (match-string 1)))
            (search-forward "\nSIZE ")
            (setq size (read (current-buffer)))
            ;; The following kludgy code is t avoid bugs of several




reply via email to

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