emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/ansi-color.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/ansi-color.el
Date: Mon, 16 May 2005 07:33:47 -0400

Index: emacs/lisp/ansi-color.el
diff -c emacs/lisp/ansi-color.el:1.15 emacs/lisp/ansi-color.el:1.16
*** emacs/lisp/ansi-color.el:1.15       Mon Dec 27 15:40:23 2004
--- emacs/lisp/ansi-color.el    Mon May 16 11:33:45 2005
***************
*** 619,625 ****
      (while (string-match ansi-color-r escape-seq i)
        (setq i (match-end 0)
            val (ansi-color-get-face-1
!                (string-to-int (match-string 0 escape-seq) 10)))
        (cond ((not val))
            ((eq val 'default)
             (setq f (list val)))
--- 619,625 ----
      (while (string-match ansi-color-r escape-seq i)
        (setq i (match-end 0)
            val (ansi-color-get-face-1
!                (string-to-number (match-string 0 escape-seq) 10)))
        (cond ((not val))
            ((eq val 'default)
             (setq f (list val)))




reply via email to

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