Adjust buffer interface.
This commit is contained in:
parent
60df72550d
commit
acc037ba7a
2 changed files with 8 additions and 3 deletions
|
@ -13,6 +13,10 @@
|
|||
* eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
|
||||
docstring.
|
||||
|
||||
2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
|
||||
|
||||
* printing.el (pr-insert-section-4): Adjust buffer interface.
|
||||
|
||||
2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
|
||||
|
||||
Version 2.0.39 of Tramp released.
|
||||
|
|
|
@ -5,13 +5,13 @@
|
|||
|
||||
;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br>
|
||||
;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br>
|
||||
;; Time-stamp: <2004/02/26 00:43:07 vinicius>
|
||||
;; Time-stamp: <2004/02/29 20:52:58 vinicius>
|
||||
;; Keywords: wp, print, PostScript
|
||||
;; Version: 6.7.2
|
||||
;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/
|
||||
|
||||
(defconst pr-version "6.7.2"
|
||||
"printing.el, v 6.7.2 <2004/02/26 vinicius>
|
||||
"printing.el, v 6.7.2 <2004/02/29 vinicius>
|
||||
|
||||
Please send all bug fixes and enhancements to
|
||||
Vinicius Jose Latorre <vinicius@cpqd.com.br>
|
||||
|
@ -5882,7 +5882,8 @@ COMMAND.exe, COMMAND.bat and COMMAND.com in this order."
|
|||
(pr-insert-toggle 'pr-print-using-ghostscript " Print via Ghostscript\n ")
|
||||
|
||||
;; 4. Settings: Upside-Down Page Parity
|
||||
(pr-insert-toggle 'ps-print-upside-down " Upside-Down ")
|
||||
(pr-insert-toggle 'ps-print-upside-down " Upside-Down")
|
||||
(pr-insert-italic "\n\nSelect Pages : " 2 14)
|
||||
(pr-insert-menu "Page Parity" 'ps-even-or-odd-pages
|
||||
(mapcar #'(lambda (alist)
|
||||
(list 'quote
|
||||
|
|
Loading…
Add table
Reference in a new issue