aboutsummaryrefslogtreecommitdiffhomepage
path: root/mmm/mmm-utils.el
diff options
context:
space:
mode:
Diffstat (limited to 'mmm/mmm-utils.el')
-rw-r--r--mmm/mmm-utils.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/mmm/mmm-utils.el b/mmm/mmm-utils.el
index 3d0a3741..bca62ec2 100644
--- a/mmm/mmm-utils.el
+++ b/mmm/mmm-utils.el
@@ -93,7 +93,7 @@ ON-STRING, if supplied, means to use the match data from a
subexp)
(save-match-data
(while (string-match "~\\([0-9]\\)" string)
- (setq subexp (string-to-int (match-string-no-properties 1 string))
+ (setq subexp (string-to-number (match-string-no-properties 1 string))
string (replace-match
(save-match-data
(set-match-data old-data)