diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-09-14 04:54:17 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-09-14 04:54:17 +0000 |
commit | 25fc49d3ea5bbae88a3a8aa16e5b2a6b360aeb73 (patch) | |
tree | 6c59760ff0a862a33f75621d451ff73a0a3d2509 | |
parent | ab4b0d2f59ae74877a8cdc7d564383fbd0786667 (diff) | |
download | emacs-25fc49d3ea5bbae88a3a8aa16e5b2a6b360aeb73.tar.gz |
(ps-print-prologue): Get rid of backslash-digits
control characters in comments.
-rw-r--r-- | lisp/ps-print.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 1d130862d5e..a79d236588f 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -715,12 +715,12 @@ StandardEncoding 46 82 getinterval aload pop %*** NOTE: the following are missing in the Adobe documentation, %*** but appear in the displayed table: %*** macron at 0225, dieresis at 0230, cedilla at 0233, space at 0240. -% \20x +% ^Px /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /dotlessi /grave /acute /circumflex /tilde /macron /breve /dotaccent /dieresis /.notdef /ring /cedilla /.notdef /hungarumlaut /ogonek /caron -% \24x +% ^Tx /space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright /ordfeminine /guillemotleft @@ -729,7 +729,7 @@ StandardEncoding 46 82 getinterval aload pop /acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown -% \30x +% ^Xx /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex /Edieresis @@ -738,7 +738,7 @@ StandardEncoding 46 82 getinterval aload pop /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls -% \34x +% ^\\x /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute /ecircumflex /edieresis |