aboutsummaryrefslogtreecommitdiff
path: root/x-symbol
diff options
context:
space:
mode:
Diffstat (limited to 'x-symbol')
-rw-r--r--x-symbol/lisp/x-symbol-emacs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/x-symbol/lisp/x-symbol-emacs.el b/x-symbol/lisp/x-symbol-emacs.el
index 06025a48..382fc263 100644
--- a/x-symbol/lisp/x-symbol-emacs.el
+++ b/x-symbol/lisp/x-symbol-emacs.el
@@ -43,7 +43,7 @@ test."
((< emacs-minor-version minor) nil)
((null patch))
((string-match "^[0-9]+\\.[0-9]+\\.\\([0-9]+\\)" emacs-version)
- (>= (string-to-int (match-string 1 emacs-version)) patch)))))
+ (>= (string-to-number (match-string 1 emacs-version)) patch)))))
;;;===========================================================================