From: Lars Ingebrigtsen Date: Wed, 10 Feb 2016 03:47:24 +0000 (+1100) Subject: Remove the now empty gnus-ems.el and references to it X-Git-Tag: emacs-26.0.90~2659 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=14369a976379499b18f9de1a128e5d2c867c84c2;p=emacs.git Remove the now empty gnus-ems.el and references to it --- diff --git a/lisp/gnus/gnus-ems.el b/lisp/gnus/gnus-ems.el deleted file mode 100644 index 02a9c7b6721..00000000000 --- a/lisp/gnus/gnus-ems.el +++ /dev/null @@ -1,33 +0,0 @@ -;;; gnus-ems.el --- functions for making Gnus work under different Emacsen - -;; Copyright (C) 1995-2016 Free Software Foundation, Inc. - -;; Author: Lars Magne Ingebrigtsen -;; Keywords: news - -;; This file is part of GNU Emacs. - -;; GNU Emacs is free software: you can redistribute it and/or modify -;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation, either version 3 of the License, or -;; (at your option) any later version. - -;; GNU Emacs is distributed in the hope that it will be useful, -;; but WITHOUT ANY WARRANTY; without even the implied warranty of -;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -;; GNU General Public License for more details. - -;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs. If not, see . - -;;; Commentary: - -;;; Code: - -(eval-when-compile - (require 'cl) - (require 'ring)) - -(provide 'gnus-ems) - -;;; gnus-ems.el ends here diff --git a/lisp/gnus/gnus-fun.el b/lisp/gnus/gnus-fun.el index a6b27300233..c1dd333ee50 100644 --- a/lisp/gnus/gnus-fun.el +++ b/lisp/gnus/gnus-fun.el @@ -28,7 +28,6 @@ (require 'cl)) (require 'mm-util) -(require 'gnus-ems) (require 'gnus-util) (require 'gnus) diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index fe03c810d11..f66d9cef22a 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el @@ -38,7 +38,6 @@ (require 'gnus-undo) (require 'gmm-utils) (require 'time-date) -(require 'gnus-ems) (eval-when-compile (require 'mm-url) diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el index ff16e4a15db..8f0dbfdc205 100644 --- a/lisp/gnus/gnus-msg.el +++ b/lisp/gnus/gnus-msg.el @@ -28,7 +28,6 @@ (eval-when-compile (require 'cl)) (require 'gnus) -(require 'gnus-ems) (require 'message) (require 'gnus-art) (require 'gnus-util) diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index 10a5f9b328e..3d6b44c8562 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el @@ -3155,10 +3155,6 @@ Return nil if not defined." (setcar (nthcdr 2 (gnus-gethash group gnus-newsrc-hashtb)) info)) -;;; Load the compatibility functions. - -(require 'gnus-ems) - ;;; ;;; Shutdown diff --git a/lisp/gnus/gravatar.el b/lisp/gnus/gravatar.el index 8e5ea313e4a..86940034821 100644 --- a/lisp/gnus/gravatar.el +++ b/lisp/gnus/gravatar.el @@ -95,8 +95,6 @@ (cond ((featurep 'xemacs) (require 'gnus-xmas) (defalias 'gravatar-create-image 'gnus-xmas-create-image)) - ((featurep 'gnus-ems) - (defalias 'gravatar-create-image 'gnus-create-image)) (t (require 'image) (defalias 'gravatar-create-image 'create-image)))) diff --git a/lisp/gnus/mml2015.el b/lisp/gnus/mml2015.el index e2e99771801..0125ddbcc2a 100644 --- a/lisp/gnus/mml2015.el +++ b/lisp/gnus/mml2015.el @@ -780,8 +780,6 @@ If set, it overrides the setting of `mml2015-sign-with-sender'." (autoload 'epg-expand-group "epg-config") (autoload 'epa-select-keys "epa") -(autoload 'gnus-create-image "gnus-ems") - (defun mml2015-epg-key-image (key-id) "Return the image of a key, if any" (with-temp-buffer