summaryrefslogtreecommitdiff
path: root/profile.scm
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@umlautS.umlaeute.mur.at>2019-08-19 21:13:31 +0200
committerIOhannes m zmölnig <zmoelnig@umlautS.umlaeute.mur.at>2019-08-19 21:13:31 +0200
commit3daa05c5a6f63979cb9d756027166027deb04b1d (patch)
treee1dfe65c1a508cb4997cc9749b1e4a37568b3b76 /profile.scm
parent00db67990e4b174c838e962a868f02d5d9317a14 (diff)
New upstream version 19.6
Diffstat (limited to 'profile.scm')
-rw-r--r--profile.scm7
1 files changed, 0 insertions, 7 deletions
diff --git a/profile.scm b/profile.scm
index 4890f5d..e4409b7 100644
--- a/profile.scm
+++ b/profile.scm
@@ -37,10 +37,3 @@
(if (> (length expr) 60)
(string-append (substring expr 0 56) " ...")
expr)))))))))))
-
-#|
-(define old-version s7-version)
-(define (s7-version)
- (show-profile)
- (old-version))
-|#