diff options
| author | Karl Berry | 2007-05-03 16:47:47 +0000 |
|---|---|---|
| committer | Karl Berry | 2007-05-03 16:47:47 +0000 |
| commit | aec2864888c051088ddec05a6d2974c73a276ce2 (patch) | |
| tree | e061d9f521245bbaf250e6e279e0db281c2605d6 /lispref | |
| parent | e84eab401049f9500c87bec9a17488d8ca2d0cc1 (diff) | |
| download | emacs-aec2864888c051088ddec05a6d2974c73a276ce2.tar.gz emacs-aec2864888c051088ddec05a6d2974c73a276ce2.zip | |
make EMACSVER plain 22 for printed version
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/ChangeLog | 1 | ||||
| -rw-r--r-- | lispref/elisp.texi | 10 |
2 files changed, 6 insertions, 5 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index a7663464273..c22f8e66f0f 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | 2007-05-03 Karl Berry <karl@tug.org> | 1 | 2007-05-03 Karl Berry <karl@tug.org> |
| 2 | 2 | ||
| 3 | * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing. | 3 | * elisp.texi (\urlcolor, \linkcolor) [smallbook]: \Black for printing. |
| 4 | (EMACSVER) [smallbook]: 22 for printed version. | ||
| 4 | 5 | ||
| 5 | * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed, | 6 | * control.texi (Signaling Errors) <signal>: texinfo.tex is fixed, |
| 6 | so restore anchor to normal position after defun. Found by Kevin Ryde. | 7 | so restore anchor to normal position after defun. Found by Kevin Ryde. |
diff --git a/lispref/elisp.texi b/lispref/elisp.texi index 3099c88c4e5..1860ae710a0 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi | |||
| @@ -24,16 +24,16 @@ | |||
| 24 | @end ifset | 24 | @end ifset |
| 25 | 25 | ||
| 26 | @c per rms and peterb, use 10pt fonts for the main text, mostly to | 26 | @c per rms and peterb, use 10pt fonts for the main text, mostly to |
| 27 | @c save on paper cost. Also, do not declare @setchapternewpage odd, | 27 | @c save on paper cost. |
| 28 | @c for the same reason. Do this inside @tex for now, so the | 28 | @c Do this inside @tex for now, so current makeinfo does not complain. |
| 29 | @c last-released makeinfo does not complain. | ||
| 30 | @tex | 29 | @tex |
| 31 | @ifset smallbook | 30 | @ifset smallbook |
| 32 | @fonttextsize 10 | 31 | @fonttextsize 10 |
| 33 | @end ifset | 32 | @set EMACSVER 22 |
| 34 | \global\hbadness=6666 % don't worry about not-too-underfull boxes | ||
| 35 | \global\let\urlcolor=\Black % don't print links in grayscale | 33 | \global\let\urlcolor=\Black % don't print links in grayscale |
| 36 | \global\let\linkcolor=\Black | 34 | \global\let\linkcolor=\Black |
| 35 | @end ifset | ||
| 36 | \global\hbadness=6666 % don't worry about not-too-underfull boxes | ||
| 37 | @end tex | 37 | @end tex |
| 38 | 38 | ||
| 39 | @c Combine indices. | 39 | @c Combine indices. |