diff options
author | Leo Liu <sdl.web@gmail.com> | 2019-01-08 12:37:22 +0800 |
---|---|---|
committer | Leo Liu <sdl.web@gmail.com> | 2019-01-08 12:37:22 +0800 |
commit | ebd5b5a41380eae81dd430e2721ea27102fe8b6a (patch) | |
tree | 5ad0f3dd21f517b5ce0f3cc4f957192c181b2fa1 | |
parent | b8c062eeb6e7091510ab0e16852917ee8e4d5f29 (diff) | |
download | emacs-ebd5b5a41380eae81dd430e2721ea27102fe8b6a.tar.gz |
* lisp/progmodes/js.el: Remove unused (require 'thingatpt).
-rw-r--r-- | lisp/progmodes/js.el | 4 |
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) |