From 58bd8f86c5991ad2469da9154865519e06c208d1 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Tue, 4 Nov 2014 08:52:25 +0000 Subject: Trim unnecessary arg --- stack-core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stack-core.el') 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) -- cgit v1.2.3