]> code.delx.au - gnu-emacs/commitdiff
Remove the now empty gnus-ems.el and references to it
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 10 Feb 2016 03:47:24 +0000 (14:47 +1100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 10 Feb 2016 03:47:24 +0000 (14:47 +1100)
lisp/gnus/gnus-ems.el [deleted file]
lisp/gnus/gnus-fun.el
lisp/gnus/gnus-group.el
lisp/gnus/gnus-msg.el
lisp/gnus/gnus.el
lisp/gnus/gravatar.el
lisp/gnus/mml2015.el

diff --git a/lisp/gnus/gnus-ems.el b/lisp/gnus/gnus-ems.el
deleted file mode 100644 (file)
index 02a9c7b..0000000
+++ /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 <larsi@gnus.org>
-;; 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 <http://www.gnu.org/licenses/>.
-
-;;; Commentary:
-
-;;; Code:
-
-(eval-when-compile
-  (require 'cl)
-  (require 'ring))
-
-(provide 'gnus-ems)
-
-;;; gnus-ems.el ends here
index a6b2730023377d5690bfb405c76c4de062ce6255..c1dd333ee50981a293f218d9f02a3a531c805d52 100644 (file)
@@ -28,7 +28,6 @@
   (require 'cl))
 
 (require 'mm-util)
-(require 'gnus-ems)
 (require 'gnus-util)
 (require 'gnus)
 
index fe03c810d11959706b40ef19d2f42e34f85b34bd..f66d9cef22a245ee2c8ef9a48ba77d517d19d217 100644 (file)
@@ -38,7 +38,6 @@
 (require 'gnus-undo)
 (require 'gmm-utils)
 (require 'time-date)
-(require 'gnus-ems)
 
 (eval-when-compile
   (require 'mm-url)
index ff16e4a15db7c95cc9e348de006fc1df7f675d68..8f0dbfdc2057de94348f182b02bc2624e322c013 100644 (file)
@@ -28,7 +28,6 @@
 (eval-when-compile (require 'cl))
 
 (require 'gnus)
-(require 'gnus-ems)
 (require 'message)
 (require 'gnus-art)
 (require 'gnus-util)
index 10a5f9b328ebe2f4040b45f8b0a8f7de9418dcaf..3d6b44c8562b454ae06ce2ff84c7b10bd4438545 100644 (file)
@@ -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)
-
 \f
 ;;;
 ;;; Shutdown
index 8e5ea313e4a2965406c86f151f9fa453cfaac152..869400348219c28b4708ba57ad66a4694bb1fa94 100644 (file)
@@ -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))))
index e2e99771801c1031904c3e039b4dd17f1bb4e3ad..0125ddbcc2a3a878ac3daa94f84ddbf40dada191 100644 (file)
@@ -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