diff options
author | Michael Olson <mwolson@gnu.org> | 2008-02-21 20:28:27 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2008-02-21 20:28:27 +0000 |
commit | e771f9d08bbf72fc8cdf0fa142eabdca5c130e8c (patch) | |
tree | e304d1cb374ea041268702ea211666fa5d8500bd | |
parent | e0b72bbddc4afc5918915ce3cb96c859f6d5069d (diff) | |
download | emacs-e771f9d08bbf72fc8cdf0fa142eabdca5c130e8c.tar.gz emacs-e771f9d08bbf72fc8cdf0fa142eabdca5c130e8c.tar.bz2 emacs-e771f9d08bbf72fc8cdf0fa142eabdca5c130e8c.zip |
lisp/net/json.el: Fix compiler warning.
-rw-r--r-- | lisp/net/json.el | 1 |
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 |