summaryrefslogtreecommitdiff
path: root/s.el
diff options
context:
space:
mode:
authorBasil L. Contovounesios <contovob@tcd.ie>2017-03-13 19:18:24 +0000
committerBasil L. Contovounesios <contovob@tcd.ie>2017-04-28 13:40:55 +0100
commit13311f58cf9f2a99164ee110decf73f2e968ab94 (patch)
treee1c3350d779728c12b6df2cf1e9c9b34957867b1 /s.el
parent682e808ae7463d6a54862afc6d5bf6bf73b51be6 (diff)
Silence byte-compiler
Diffstat (limited to 's.el')
-rw-r--r--s.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/s.el b/s.el
index 849e245..23994cd 100644
--- a/s.el
+++ b/s.el
@@ -27,6 +27,10 @@
;;; Code:
+;; Silence byte-compiler
+(defvar ucs-normalize-combining-chars) ; Defined in `ucs-normalize'
+(autoload 'slot-value "eieio")
+
(defun s-trim-left (s)
"Remove whitespace at the beginning of S."
(save-match-data