summaryrefslogtreecommitdiff
blob: bf816bc771e21997e60bf8080783a53ca85e50a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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