diff options
| author | Vinicius Jose Latorre | 2004-11-21 22:52:46 +0000 |
|---|---|---|
| committer | Vinicius Jose Latorre | 2004-11-21 22:52:46 +0000 |
| commit | c033ddefa5a871421bccbf210ffedf3375a80f9f (patch) | |
| tree | 891570a6d0fe68179111a5dcc264866f702a3af7 | |
| parent | b6d0ac875cd0851a855a3c9f4922f83f36fb74d0 (diff) | |
| download | emacs-c033ddefa5a871421bccbf210ffedf3375a80f9f.tar.gz emacs-c033ddefa5a871421bccbf210ffedf3375a80f9f.zip | |
ps-setup
| -rw-r--r-- | lisp/ChangeLog | 1 | ||||
| -rw-r--r-- | lisp/ps-print.el | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fb1277c957c..d6a7617579b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs). | 4 | Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs). |
| 5 | Eliminate eval-and-compile usage. | 5 | Eliminate eval-and-compile usage. |
| 6 | (ps-insert-file): Use insert-file-contents instead of insert-file. | 6 | (ps-insert-file): Use insert-file-contents instead of insert-file. |
| 7 | (ps-setup): Code fix. | ||
| 7 | 8 | ||
| 8 | 2004-11-21 Jay Belanger <belanger@truman.edu> | 9 | 2004-11-21 Jay Belanger <belanger@truman.edu> |
| 9 | 10 | ||
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index d238421798a..c37f21224fc 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el | |||
| @@ -3592,6 +3592,7 @@ The table depends on the current ps-print setup." | |||
| 3592 | (list | 3592 | (list |
| 3593 | (concat "\n;;; ps-print version " ps-print-version "\n") | 3593 | (concat "\n;;; ps-print version " ps-print-version "\n") |
| 3594 | ";; internal vars" | 3594 | ";; internal vars" |
| 3595 | (ps-comment-string "emacs-version " emacs-version) | ||
| 3595 | (ps-comment-string "ps-print-emacs-type" ps-print-emacs-type) | 3596 | (ps-comment-string "ps-print-emacs-type" ps-print-emacs-type) |
| 3596 | (ps-comment-string "ps-windows-system " ps-windows-system) | 3597 | (ps-comment-string "ps-windows-system " ps-windows-system) |
| 3597 | (ps-comment-string "ps-lp-system " ps-lp-system) | 3598 | (ps-comment-string "ps-lp-system " ps-lp-system) |