summaryrefslogtreecommitdiff
path: root/srfi/srfi-1.scm
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2003-04-22 22:41:19 +0000
committerMarius Vollmer <mvo@zagadka.de>2003-04-22 22:41:19 +0000
commit2a3264974bebb974f9b63cde3a02005a3a7776c9 (patch)
tree5ad300d097e5803cb5486ff8d3178c0715484144 /srfi/srfi-1.scm
parent821f18a442c41a8979d8acdfce80ecbea45b70f5 (diff)
downloadguile-2a3264974bebb974f9b63cde3a02005a3a7776c9.tar.gz
Removed stray "o" from exports list.
Diffstat (limited to 'srfi/srfi-1.scm')
-rw-r--r--srfi/srfi-1.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/srfi/srfi-1.scm b/srfi/srfi-1.scm
index 3700881df..294cdf418 100644
--- a/srfi/srfi-1.scm
+++ b/srfi/srfi-1.scm
@@ -63,7 +63,7 @@
;; caar <= in the core
;; cadr <= in the core
;; cdar <= in the core
-o ;; cddr <= in the core
+ ;; cddr <= in the core
;; caaar <= in the core
;; caadr <= in the core
;; cadar <= in the core