emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 14369a9 1/5: Remove the now empty gnus-ems.el and r


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 14369a9 1/5: Remove the now empty gnus-ems.el and references to it
Date: Wed, 10 Feb 2016 04:17:54 +0000

branch: master
commit 14369a976379499b18f9de1a128e5d2c867c84c2
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Remove the now empty gnus-ems.el and references to it
---
 lisp/gnus/gnus-ems.el   |   33 ---------------------------------
 lisp/gnus/gnus-fun.el   |    1 -
 lisp/gnus/gnus-group.el |    1 -
 lisp/gnus/gnus-msg.el   |    1 -
 lisp/gnus/gnus.el       |    4 ----
 lisp/gnus/gravatar.el   |    2 --
 lisp/gnus/mml2015.el    |    2 --
 7 files changed, 0 insertions(+), 44 deletions(-)

diff --git a/lisp/gnus/gnus-ems.el b/lisp/gnus/gnus-ems.el
deleted file mode 100644
index 02a9c7b..0000000
--- 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 <address@hidden>
-;; 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
diff --git a/lisp/gnus/gnus-fun.el b/lisp/gnus/gnus-fun.el
index a6b2730..c1dd333 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 fe03c81..f66d9ce 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 ff16e4a..8f0dbfd 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 10a5f9b..3d6b44c85 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 8e5ea31..8694003 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 e2e9977..0125ddb 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



reply via email to

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