[mcclim-cvs] CVS update: mcclim/Spec/src/spec-macros.tex

Timothy Moore tmoore at common-lisp.net
Mon Dec 13 12:18:15 UTC 2004


Update of /project/mcclim/cvsroot/mcclim/Spec/src
In directory common-lisp.net:/tmp/cvs-serv27680/Spec/src

Modified Files:
	spec-macros.tex 
Log Message:

Bring command table inheritence in line with the 2.2 spec described in
the Franz User Manual. All command tables must inherit, one way or
another, from global-command-table.

Change add-command-to-command-table so that command table designators
work too.

Date: Mon Dec 13 13:18:12 2004
Author: tmoore

Index: mcclim/Spec/src/spec-macros.tex
diff -u mcclim/Spec/src/spec-macros.tex:1.1 mcclim/Spec/src/spec-macros.tex:1.2
--- mcclim/Spec/src/spec-macros.tex:1.1	Mon Dec 11 08:00:00 2000
+++ mcclim/Spec/src/spec-macros.tex	Mon Dec 13 13:18:12 2004
@@ -55,7 +55,7 @@
 \gdef\cl{\bgroup
   \catcode`\-=\active \def-{{\tt \char`\-}\penalty\exhyphenpenalty}%
   \@cl}}
-\def\@cl#1{\tt#1\egroup}
+\def\@cl#1{\texttt{#1}\egroup}
 
 %% Use \concept when you are introducing a term for the first time, and
 %% want it in the index.  Use \term after that.




More information about the Mcclim-cvs mailing list