# HG changeset patch # User Karl Berry # Date 1178207591 0 # Node ID 87275f62b0582a6e6b43f2e1744c2c0860606ea5 # Parent 5a10f80c77e7deb6861a94c9921479f5c90e62e5 no color for hyperlinks for printing diff -r 5a10f80c77e7 -r 87275f62b058 man/ChangeLog --- a/man/ChangeLog Thu May 03 04:12:13 2007 +0000 +++ b/man/ChangeLog Thu May 03 15:53:11 2007 +0000 @@ -1,3 +1,8 @@ +2007-05-03 Karl Berry + + * emacs.texi (\urlcolor, \linkcolor) [smallbook]: \let to \Black + for printing. + 2007-05-01 Richard Stallman * cmdargs.texi (Initial Options): Under --batch, mention --eval. diff -r 5a10f80c77e7 -r 87275f62b058 man/emacs.texi --- a/man/emacs.texi Thu May 03 04:12:13 2007 +0000 +++ b/man/emacs.texi Thu May 03 15:53:11 2007 +0000 @@ -46,13 +46,15 @@ @end ifset @c per rms and peterb, use 10pt fonts for the main text, mostly to -@c save on paper cost. Also do not declare @setchapternewpage odd. +@c save on paper cost. @c Do this inside @tex for now, so current makeinfo does not complain. @tex @ifset smallbook @fonttextsize 10 @end ifset \global\hbadness=6666 % don't worry about not-too-underfull boxes +\global\let\urlcolor=\Black % don't print links in grayscale +\global\let\linkcolor=\Black @end tex @defcodeindex op