aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/ps-mode.el
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2005-05-16 11:34:49 +0000
committerJuanma Barranquero <[email protected]>2005-05-16 11:34:49 +0000
commit027a4b6b3fd229f8aea323f59cb246d99deb8a75 (patch)
treec92da7d3049376d7bd687db6bc5c8dce82ed9335 /lisp/progmodes/ps-mode.el
parent216d380630ec8be9569a56687f0e08b89ee97c47 (diff)
Replace `string-to-int' by `string-to-number'.
Diffstat (limited to 'lisp/progmodes/ps-mode.el')
-rw-r--r--lisp/progmodes/ps-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/ps-mode.el b/lisp/progmodes/ps-mode.el
index b3495c7449..2d8f1d80aa 100644
--- a/lisp/progmodes/ps-mode.el
+++ b/lisp/progmodes/ps-mode.el
@@ -1173,7 +1173,7 @@ Use line numbers if `ps-run-error-line-numbers' is not nil"
(let (i)
(setq
i
- (string-to-int
+ (string-to-number
(buffer-substring (match-beginning 0) (match-end 0))))
(goto-char p)
(pop-to-buffer ps-run-parent)