diff options
Diffstat (limited to 'lisp/progmodes/ebnf2ps.el')
| -rw-r--r-- | lisp/progmodes/ebnf2ps.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/ebnf2ps.el b/lisp/progmodes/ebnf2ps.el index 08cf802bcbe..22c70bf734d 100644 --- a/lisp/progmodes/ebnf2ps.el +++ b/lisp/progmodes/ebnf2ps.el | |||
| @@ -4527,7 +4527,7 @@ end | |||
| 4527 | (let* ((ebnf-tree tree) | 4527 | (let* ((ebnf-tree tree) |
| 4528 | (ps-color-p (and ebnf-color-p (ps-color-device))) | 4528 | (ps-color-p (and ebnf-color-p (ps-color-device))) |
| 4529 | (ps-print-color-scale (if ps-color-p | 4529 | (ps-print-color-scale (if ps-color-p |
| 4530 | (float (car (ps-color-values "white"))) | 4530 | (float (car (color-values "white"))) |
| 4531 | 1.0)) | 4531 | 1.0)) |
| 4532 | (ebnf-total (length ebnf-tree)) | 4532 | (ebnf-total (length ebnf-tree)) |
| 4533 | (ebnf-nprod 0) | 4533 | (ebnf-nprod 0) |
| @@ -4629,7 +4629,7 @@ end | |||
| 4629 | (let* ((ebnf-tree tree) | 4629 | (let* ((ebnf-tree tree) |
| 4630 | (ps-color-p (and ebnf-color-p (ps-color-device))) | 4630 | (ps-color-p (and ebnf-color-p (ps-color-device))) |
| 4631 | (ps-print-color-scale (if ps-color-p | 4631 | (ps-print-color-scale (if ps-color-p |
| 4632 | (float (car (ps-color-values "white"))) | 4632 | (float (car (color-values "white"))) |
| 4633 | 1.0)) | 4633 | 1.0)) |
| 4634 | ps-zebra-stripes ps-line-number ps-razzle-dazzle | 4634 | ps-zebra-stripes ps-line-number ps-razzle-dazzle |
| 4635 | ps-print-hook | 4635 | ps-print-hook |