From: Karl Berry Date: Thu, 3 May 2007 15:53:11 +0000 (+0000) Subject: no color for hyperlinks for printing X-Git-Tag: emacs-pretest-22.0.990~93 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5fd85226234841b3d9bfc6588031d15c1b1b7121;p=emacs.git no color for hyperlinks for printing --- diff --git a/man/ChangeLog b/man/ChangeLog index 750379350e7..373394b2151 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -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 --git a/man/emacs.texi b/man/emacs.texi index a4aa5f6c538..2e0c4aa4f50 100644 --- a/man/emacs.texi +++ b/man/emacs.texi @@ -46,13 +46,15 @@ Software Foundation raise funds for GNU development.'' @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