# HG changeset patch # User Michael Olson # Date 1203625707 0 # Node ID 2a973f28503fc7df8f4f8536d82fa6a834d9bcda # Parent 878175a4c8f1aacd20f4210084583586e34c5a90 lisp/net/json.el: Fix compiler warning. diff -r 878175a4c8f1 -r 2a973f28503f lisp/net/json.el --- a/lisp/net/json.el Thu Feb 21 20:28:12 2008 +0000 +++ b/lisp/net/json.el Thu Feb 21 20:28:27 2008 +0000 @@ -53,6 +53,7 @@ ;;; Code: (eval-when-compile (require 'cl)) +(require 'thingatpt) ;; Compatibility code