diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-12 14:18:55 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-12 14:18:55 -0200 |
commit | ade5fe434b5fd031db8cd4e601f26f2933354ab2 (patch) | |
tree | fa545d43049af7c2465a78f84952dc9355f9a409 /sx.el | |
parent | 21d1b2594efaff4089d2bab736e0a18a1ee1a9db (diff) |
Compiler warnings
Diffstat (limited to 'sx.el')
-rw-r--r-- | sx.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -204,7 +204,7 @@ is intentionally skipped." (while (and ;; We're not at the end. (cdr-safe tail) ;; We're not at the right place. - (,(or predicate #'<) x (cadr tail))) + (funcall (or ,predicate #'<) x (cadr tail))) (setq tail (cdr tail))) (setcdr tail (cons x (cdr tail))))) |