mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-08 15:35:02 +00:00
* lisp/progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
viewers such as evince when ebnf-production-name-p is nil. Fixes: debbugs:15625
This commit is contained in:
parent
18cacc392d
commit
a0f143c90a
@ -1,3 +1,8 @@
|
||||
2013-10-22 Michael Gauland <mikelygee@amuri.net>
|
||||
|
||||
* progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
|
||||
viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
|
||||
|
||||
2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
|
||||
|
||||
* progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
|
||||
|
@ -3912,7 +3912,7 @@ See documentation for `ebnf-terminal-shape', `ebnf-non-terminal-shape' and
|
||||
{/Effect EffectP def
|
||||
/fP F ForegroundP SetRGB BackgroundP aload pop true BG S
|
||||
/Effect 0 def
|
||||
( :) S false BG}if
|
||||
( :) S false BG}{pop}ifelse
|
||||
xw yw moveto
|
||||
hT EL RA
|
||||
xp yw moveto
|
||||
|
Loading…
Reference in New Issue
Block a user