diff options
author | Robert J. Chassell <bob@rattlesnake.com> | 2009-10-28 15:51:10 +0000 |
---|---|---|
committer | Robert J. Chassell <bob@rattlesnake.com> | 2009-10-28 15:51:10 +0000 |
commit | 94d61e093f8f70bba36a15b6f4d0d2d05503ee00 (patch) | |
tree | a70c65059434b60df829fd3c51903e5e4a47926d /doc/lispintro | |
parent | 29ed2058d5f64800e53b086bb2c5dd773d11e620 (diff) | |
download | emacs-94d61e093f8f70bba36a15b6f4d0d2d05503ee00.tar.gz |
removed lines 33 and 34 of emacs-lisp-intro.texi which said
\global\let\urlcolor=\Black % don't print links in grayscale
\global\let\linkcolor=\Black
bumped Emacs version
../../Makefile.in: created new target for PDF of emacs-lisp-intro.pdf
and autoconf'd and configure's the Makefile.in
../misc/texinfo.tex: updated to version 4.13 of 2008-04-18
Diffstat (limited to 'doc/lispintro')
-rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index 6024aaa2e64..6cb7b7921c0 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi @@ -30,14 +30,13 @@ @tex @ifset smallbook @fonttextsize 10 -\global\let\urlcolor=\Black % don't print links in grayscale -\global\let\linkcolor=\Black + @end ifset \global\hbadness=6666 % don't worry about not-too-underfull boxes @end tex -@set edition-number 3.09 -@set update-date 27 October 2009 +@set edition-number 3.10 +@set update-date 28 October 2009 @ignore ## Summary of shell commands to create various output formats: |