ps-setup
This commit is contained in:
parent
b6d0ac875c
commit
c033ddefa5
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
|
||||
Eliminate eval-and-compile usage.
|
||||
(ps-insert-file): Use insert-file-contents instead of insert-file.
|
||||
(ps-setup): Code fix.
|
||||
|
||||
2004-11-21 Jay Belanger <belanger@truman.edu>
|
||||
|
||||
|
|
|
@ -3592,6 +3592,7 @@ The table depends on the current ps-print setup."
|
|||
(list
|
||||
(concat "\n;;; ps-print version " ps-print-version "\n")
|
||||
";; internal vars"
|
||||
(ps-comment-string "emacs-version " emacs-version)
|
||||
(ps-comment-string "ps-print-emacs-type" ps-print-emacs-type)
|
||||
(ps-comment-string "ps-windows-system " ps-windows-system)
|
||||
(ps-comment-string "ps-lp-system " ps-lp-system)
|
||||
|
|
Loading…
Add table
Reference in a new issue