summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/slime/files/slime-changelog-date.patch')
-rw-r--r--app-emacs/slime/files/slime-changelog-date.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/app-emacs/slime/files/slime-changelog-date.patch b/app-emacs/slime/files/slime-changelog-date.patch
new file mode 100644
index 000000000000..bf816bc771e2
--- /dev/null
+++ b/app-emacs/slime/files/slime-changelog-date.patch
@@ -0,0 +1,17 @@
+--- slime-2.0_p20070816-old/slime.el 2008-07-30 10:37:28.000000000 +0200
++++ slime-2.0_p20070816/slime.el 2008-07-30 10:39:53.000000000 +0200
+@@ -113,13 +113,7 @@
+ (defun slime-changelog-date ()
+ "Return the datestring of the latest entry in the ChangeLog file.
+ Return nil if the ChangeLog file cannot be found."
+- (let ((changelog (concat slime-path "ChangeLog")))
+- (if (file-exists-p changelog)
+- (with-temp-buffer
+- (insert-file-contents changelog nil 0 100)
+- (goto-char (point-min))
+- (symbol-name (read (current-buffer))))
+- nil))))
++ "@SLIME-CHANGELOG-DATE@"))
+
+ (defvar slime-protocol-version nil)
+ (setq slime-protocol-version