summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2008-02-21 20:28:27 +0000
committerMichael Olson <mwolson@gnu.org>2008-02-21 20:28:27 +0000
commite771f9d08bbf72fc8cdf0fa142eabdca5c130e8c (patch)
treee304d1cb374ea041268702ea211666fa5d8500bd
parente0b72bbddc4afc5918915ce3cb96c859f6d5069d (diff)
downloademacs-e771f9d08bbf72fc8cdf0fa142eabdca5c130e8c.tar.gz
emacs-e771f9d08bbf72fc8cdf0fa142eabdca5c130e8c.tar.bz2
emacs-e771f9d08bbf72fc8cdf0fa142eabdca5c130e8c.zip
lisp/net/json.el: Fix compiler warning.
-rw-r--r--lisp/net/json.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/net/json.el b/lisp/net/json.el
index eddd9a4a00d..787ea0eb7ce 100644
--- a/lisp/net/json.el
+++ b/lisp/net/json.el
@@ -53,6 +53,7 @@
;;; Code:
(eval-when-compile (require 'cl))
+(require 'thingatpt)
;; Compatibility code