* dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 6 Aug 2013 20:36:29 +0000 (22:36 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 6 Aug 2013 20:36:29 +0000 (22:36 +0200)
lisp/ChangeLog
lisp/dgnushack.el

index 6a36670..df62d44 100644 (file)
@@ -1,3 +1,7 @@
+2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * dgnushack.el (dgnushack-compile): Allow building on Emacs 23.
+
 2013-08-06  Jan Tatarik  <jan.tatarik@gmail.com>
 
        * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
index 3f73152..fb638f7 100644 (file)
@@ -339,9 +339,7 @@ This means that every warning will be reported as an error."
     (unless (locate-library "epg")
       (setq files (delete "plstore.el" files)))
     ;; Temporary code until we fix pcase and defmethod stuff.
-    (when (or (featurep 'xemacs)
-             (or (< emacs-major-version 24)
-                 (< emacs-minor-version 3)))
+    (when (featurep 'xemacs)
       (setq files (delete "gnus-icalendar.el" files)))
     (dolist (file files)
       (setq file (expand-file-name file srcdir))