summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorLeo Liu <sdl.web@gmail.com>2019-01-08 12:37:22 +0800
committerLeo Liu <sdl.web@gmail.com>2019-01-08 12:37:22 +0800
commitebd5b5a41380eae81dd430e2721ea27102fe8b6a (patch)
tree5ad0f3dd21f517b5ce0f3cc4f957192c181b2fa1 /lisp
parentb8c062eeb6e7091510ab0e16852917ee8e4d5f29 (diff)
downloademacs-ebd5b5a41380eae81dd430e2721ea27102fe8b6a.tar.gz
* lisp/progmodes/js.el: Remove unused (require 'thingatpt).
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/js.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/progmodes/js.el b/lisp/progmodes/js.el
index de8f53236d6..e55539c17f4 100644
--- a/lisp/progmodes/js.el
+++ b/lisp/progmodes/js.el
@@ -45,13 +45,11 @@
;;; Code:
-
(require 'cc-mode)
(require 'newcomment)
-(require 'thingatpt) ; forward-symbol etc
(require 'imenu)
(require 'moz nil t)
-(require 'json nil t)
+(require 'json)
(require 'sgml-mode)
(require 'prog-mode)