diff options
| author | Richard M. Stallman | 1996-09-14 04:54:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-09-14 04:54:17 +0000 |
| commit | 25fc49d3ea5bbae88a3a8aa16e5b2a6b360aeb73 (patch) | |
| tree | 6c59760ff0a862a33f75621d451ff73a0a3d2509 | |
| parent | ab4b0d2f59ae74877a8cdc7d564383fbd0786667 (diff) | |
| download | emacs-25fc49d3ea5bbae88a3a8aa16e5b2a6b360aeb73.tar.gz emacs-25fc49d3ea5bbae88a3a8aa16e5b2a6b360aeb73.zip | |
(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 | |||
| 715 | %*** NOTE: the following are missing in the Adobe documentation, | 715 | %*** NOTE: the following are missing in the Adobe documentation, |
| 716 | %*** but appear in the displayed table: | 716 | %*** but appear in the displayed table: |
| 717 | %*** macron at 0225, dieresis at 0230, cedilla at 0233, space at 0240. | 717 | %*** macron at 0225, dieresis at 0230, cedilla at 0233, space at 0240. |
| 718 | % \20x | 718 | % ^Px |
| 719 | /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef | 719 | /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef |
| 720 | /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef | 720 | /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef |
| 721 | /dotlessi /grave /acute /circumflex /tilde /macron /breve /dotaccent | 721 | /dotlessi /grave /acute /circumflex /tilde /macron /breve /dotaccent |
| 722 | /dieresis /.notdef /ring /cedilla /.notdef /hungarumlaut /ogonek /caron | 722 | /dieresis /.notdef /ring /cedilla /.notdef /hungarumlaut /ogonek /caron |
| 723 | % \24x | 723 | % ^Tx |
| 724 | /space /exclamdown /cent /sterling | 724 | /space /exclamdown /cent /sterling |
| 725 | /currency /yen /brokenbar /section | 725 | /currency /yen /brokenbar /section |
| 726 | /dieresis /copyright /ordfeminine /guillemotleft | 726 | /dieresis /copyright /ordfeminine /guillemotleft |
| @@ -729,7 +729,7 @@ StandardEncoding 46 82 getinterval aload pop | |||
| 729 | /acute /mu /paragraph /periodcentered | 729 | /acute /mu /paragraph /periodcentered |
| 730 | /cedilla /onesuperior /ordmasculine /guillemotright | 730 | /cedilla /onesuperior /ordmasculine /guillemotright |
| 731 | /onequarter /onehalf /threequarters /questiondown | 731 | /onequarter /onehalf /threequarters /questiondown |
| 732 | % \30x | 732 | % ^Xx |
| 733 | /Agrave /Aacute /Acircumflex /Atilde | 733 | /Agrave /Aacute /Acircumflex /Atilde |
| 734 | /Adieresis /Aring /AE /Ccedilla | 734 | /Adieresis /Aring /AE /Ccedilla |
| 735 | /Egrave /Eacute /Ecircumflex /Edieresis | 735 | /Egrave /Eacute /Ecircumflex /Edieresis |
| @@ -738,7 +738,7 @@ StandardEncoding 46 82 getinterval aload pop | |||
| 738 | /Ocircumflex /Otilde /Odieresis /multiply | 738 | /Ocircumflex /Otilde /Odieresis /multiply |
| 739 | /Oslash /Ugrave /Uacute /Ucircumflex | 739 | /Oslash /Ugrave /Uacute /Ucircumflex |
| 740 | /Udieresis /Yacute /Thorn /germandbls | 740 | /Udieresis /Yacute /Thorn /germandbls |
| 741 | % \34x | 741 | % ^\\x |
| 742 | /agrave /aacute /acircumflex /atilde | 742 | /agrave /aacute /acircumflex /atilde |
| 743 | /adieresis /aring /ae /ccedilla | 743 | /adieresis /aring /ae /ccedilla |
| 744 | /egrave /eacute /ecircumflex /edieresis | 744 | /egrave /eacute /ecircumflex /edieresis |