From: João Távora Date: Fri, 11 May 2018 01:03:10 +0000 (+0100) Subject: Duh, json.el is in emacs, and json-mode.el is useless here X-Git-Tag: emacs-29.0.90~1616^2~524^2~4^2~585 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1251bd1336077b9a3490929fd2aa2c70acada495;p=emacs.git Duh, json.el is in emacs, and json-mode.el is useless here * eglot.el (Package-Requires): Don't require json-mode --- diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index e33e54045c5..3b3aada055b 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -7,7 +7,7 @@ ;; Maintainer: João Távora ;; URL: https://github.com/joaotavora/eglot ;; Keywords: convenience, languages -;; Package-Requires: ((emacs "26.1") (json-mode "1.6.0")) +;; Package-Requires: ((emacs "26.1")) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by