summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/slime/files/2.15/gentoo-changelog-date.patch')
-rw-r--r--app-emacs/slime/files/2.15/gentoo-changelog-date.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/app-emacs/slime/files/2.15/gentoo-changelog-date.patch b/app-emacs/slime/files/2.15/gentoo-changelog-date.patch
deleted file mode 100644
index c7e815f00fe6..000000000000
--- a/app-emacs/slime/files/2.15/gentoo-changelog-date.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- slime-2.15-orig/slime.el 2015-08-31 07:46:47.000000000 +1000
-+++ slime-2.15/slime.el 2015-09-17 17:05:53.616659817 +1000
-@@ -138,16 +138,7 @@
- "Return the datestring of the latest entry in the ChangeLog file.
- Return nil if the ChangeLog file cannot be found."
- (interactive "p")
-- (let ((changelog (slime--changelog-file-name))
-- (date nil))
-- (when (file-exists-p changelog)
-- (with-temp-buffer
-- (insert-file-contents-literally changelog nil 0 100)
-- (goto-char (point-min))
-- (setq date (symbol-name (read (current-buffer))))))
-- (when interactivep
-- (message "Slime ChangeLog dates %s." date))
-- date)))
-+ "@SLIME-CHANGELOG-DATE@"))
-
- (defvar slime-protocol-version nil)
- (setq slime-protocol-version