aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/hyper/pages/util.ht8
2 files changed, 7 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3ce992c6..502672a6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
2008-08-31 Waldek Hebisch <hebisch@math.uni.wroc.pl>
+ * hyper/pages/util.ht: Restore commented commands.
+
+2008-08-31 Waldek Hebisch <hebisch@math.uni.wroc.pl>
+
* algebra/intef.spad.pamphlet: Fix Bug AW308.
2008-08-31 Waldek Hebisch <hebisch@math.uni.wroc.pl>
diff --git a/src/hyper/pages/util.ht b/src/hyper/pages/util.ht
index b2594d84..875000e5 100644
--- a/src/hyper/pages/util.ht
+++ b/src/hyper/pages/util.ht
@@ -432,11 +432,9 @@ The page you requested was not found in the \HyperName{} database.
% redundant defns for system commands
\newcommand{\syscom}[1]{\lispdownlink{)#1}{(|syscomPage| '|#1|)}}
%
-% 20030110000 tpd added a leading open paren
-\newcommand{\spadsyscom}[1]{){\tt #1}}
-% 20030110000 tpd these two commands are never used
-%\newcommand{\spadcmd}[1]{\spadsyscom{#1}}
-%\newcommand{\spadsys}[1]{\spadsyscom{#1}}
+\newcommand{\spadsyscom}[1]{{\tt #1}}
+\newcommand{\spadcmd}[1]{\spadsyscom{#1}}
+\newcommand{\spadsys}[1]{\spadsyscom{#1}}
% Following macros should be phased out in favor of ones above: