emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 9845044: Speed up loading css-mode


From: Leo Liu
Subject: [Emacs-diffs] emacs-26 9845044: Speed up loading css-mode
Date: Mon, 7 Jan 2019 16:17:22 -0500 (EST)

branch: emacs-26
commit 9845044fb659735251269213e6e4e6debdd08eee
Author: Leo Liu <address@hidden>
Commit: Leo Liu <address@hidden>

    Speed up loading css-mode
    
    lisp/textmodes/css-mode.el: Remove (require 'eww) which is redundant
    and slow.  (Bug#33939)
---
 lisp/textmodes/css-mode.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/textmodes/css-mode.el b/lisp/textmodes/css-mode.el
index 016f0e8..67a0c9f 100644
--- a/lisp/textmodes/css-mode.el
+++ b/lisp/textmodes/css-mode.el
@@ -32,7 +32,6 @@
 
 ;;; Code:
 
-(require 'eww)
 (require 'cl-lib)
 (require 'color)
 (require 'seq)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]