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: Vinicius Jose Latorre
Subject: [Emacs-diffs] Changes to emacs/lisp/ps-bdf.el,v
Date: Wed, 02 Apr 2008 23:50:11 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Vinicius Jose Latorre <viniciusjl>      08/04/02 23:50:11

Index: ps-bdf.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/ps-bdf.el,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- ps-bdf.el   2 Feb 2008 04:15:23 -0000       1.31
+++ ps-bdf.el   2 Apr 2008 23:50:11 -0000       1.32
@@ -243,7 +243,7 @@
              (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
+           ;; The following kludgy code is to avoid bugs of several
            ;; fonts which have wrong SIZE record.
            (and (string-match "jiskan" bdfname)
                 (<= size (/ (aref font-bounding-box 1) 3))




reply via email to

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