emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/ps-mode.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/ps-mode.el
Date: Mon, 16 May 2005 07:26:56 -0400

Index: emacs/lisp/progmodes/ps-mode.el
diff -c emacs/lisp/progmodes/ps-mode.el:1.12 
emacs/lisp/progmodes/ps-mode.el:1.13
*** emacs/lisp/progmodes/ps-mode.el:1.12        Mon Sep  1 15:45:35 2003
--- emacs/lisp/progmodes/ps-mode.el     Mon May 16 11:26:54 2005
***************
*** 1173,1179 ****
        (let (i)
          (setq
           i
!          (string-to-int
            (buffer-substring (match-beginning 0) (match-end 0))))
          (goto-char p)
          (pop-to-buffer ps-run-parent)
--- 1173,1179 ----
        (let (i)
          (setq
           i
!          (string-to-number
            (buffer-substring (match-beginning 0) (match-end 0))))
          (goto-char p)
          (pop-to-buffer ps-run-parent)




reply via email to

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