aboutsummaryrefslogtreecommitdiff
path: root/stack-core.el
diff options
context:
space:
mode:
Diffstat (limited to 'stack-core.el')
-rw-r--r--stack-core.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/stack-core.el b/stack-core.el
index df2c8f2..6830583 100644
--- a/stack-core.el
+++ b/stack-core.el
@@ -345,7 +345,7 @@ context of `stack-cache-directory'."
(get-function (lambda (s) (let ((ss (substring s 1 -1)))
(or (plist-get plist (intern ss))
(format "%c" (string-to-int
- (substring ss 1 nil))))))))
+ (substring ss 1))))))))
(replace-regexp-in-string "&[^; ]*;" get-function string)))
(provide 'stack-core)