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)
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs