Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
70f57a72
Commit
70f57a72
authored
Oct 24, 2000
by
Gerd Moellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(ps-generate): Fix odd/even pages printing bug.
parent
395be66e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
lisp/ps-print.el
lisp/ps-print.el
+8
-7
No files found.
lisp/ps-print.el
View file @
70f57a72
;;; ps-print.el --- Print text from the buffer as PostScript
;; Copyright (C) 1993
-
2000 Free Software Foundation, Inc.
;; Copyright (C) 1993
,
2000 Free Software Foundation, Inc.
;; Author: Jim Thompson (was <thompson@wg2.waii.com>)
;; Author: Jacques Duthen (was <duthen@cegelec-red.fr>)
...
...
@@ -5372,12 +5372,13 @@ If FACE is not a valid face name, it is used default face."
(setq needs-begin-file t))
(save-excursion
(set-buffer ps-source-buffer)
(ps-begin-job)
(when needs-begin-file
(ps-begin-file)
(ps-mule-initialize))
(ps-mule-begin-job from to)
(ps-selected-pages)
(let (ps-even-or-odd-pages)
(ps-begin-job)
(when needs-begin-file
(ps-begin-file)
(ps-mule-initialize))
(ps-mule-begin-job from to)
(ps-selected-pages))
(ps-begin-page))
(set-buffer ps-source-buffer)
(funcall genfunc from to)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment