[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master ebd5b5a: * lisp/progmodes/js.el: Remove unused (req
From: |
Leo Liu |
Subject: |
[Emacs-diffs] master ebd5b5a: * lisp/progmodes/js.el: Remove unused (require 'thingatpt). |
Date: |
Mon, 7 Jan 2019 23:39:40 -0500 (EST) |
branch: master
commit ebd5b5a41380eae81dd430e2721ea27102fe8b6a
Author: Leo Liu <address@hidden>
Commit: Leo Liu <address@hidden>
* lisp/progmodes/js.el: Remove unused (require 'thingatpt).
---
lisp/progmodes/js.el | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/lisp/progmodes/js.el b/lisp/progmodes/js.el
index de8f532..e55539c 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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master ebd5b5a: * lisp/progmodes/js.el: Remove unused (require 'thingatpt).,
Leo Liu <=