summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/caml.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/caml.el b/emacs/caml.el
index 113fce058e..c68d1092c6 100644
--- a/emacs/caml.el
+++ b/emacs/caml.el
@@ -814,7 +814,7 @@ from an error message produced by camlc.")
(defvar caml-next-error-skip-warnings-flag nil)
(defun caml-string-to-int (x)
- (if boundp 'string-to-number (string-to-number x) (string-to-int x)))
+ (if (fboundp 'string-to-number) (string-to-number x) (string-to-int x)))
;;itz 04-21-96 somebody didn't get the documetation for next-error
;;right. When the optional argument is a number n, it should move