summaryrefslogtreecommitdiff
path: root/editors/tamago/files/patch-egg-mlh.el
diff options
context:
space:
mode:
Diffstat (limited to 'editors/tamago/files/patch-egg-mlh.el')
-rw-r--r--editors/tamago/files/patch-egg-mlh.el20
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/tamago/files/patch-egg-mlh.el b/editors/tamago/files/patch-egg-mlh.el
new file mode 100644
index 000000000000..f58bfd89e562
--- /dev/null
+++ b/editors/tamago/files/patch-egg-mlh.el
@@ -0,0 +1,20 @@
+--- egg-mlh.el.orig 2014-11-22 15:28:22.000000000 +0900
++++ egg-mlh.el 2014-11-22 15:28:40.000000000 +0900
+@@ -122,7 +122,7 @@
+ (goto-char end-marker)
+ (backward-delete-char 2)
+ (let* ((str (buffer-substring beg (point)))
+- (val (string-to-int str)))
++ (val (string-to-number str)))
+ (delete-region beg (point))
+ (if (= val 0)
+ (setq val 1))
+@@ -220,7 +220,7 @@
+ (goto-char end-marker)
+ (backward-delete-char 2)
+ (let* ((str (buffer-substring beg (point)))
+- (val (string-to-int str)))
++ (val (string-to-number str)))
+ (delete-region beg (point))
+ (if (= val 0)
+ (setq val 1))