Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
034cb096
Commit
034cb096
authored
Mar 29, 2004
by
Vinicius Jose Latorre
Browse files
New version 6.7.3.
parent
b6ea9927
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
lisp/printing.el
lisp/printing.el
+8
-8
No files found.
lisp/printing.el
View file @
034cb096
...
...
@@ -5,13 +5,13 @@
;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br>
;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br>
;; Time-stamp: <2004/03/28
19:19:17
vinicius>
;; Time-stamp: <2004/03/28
23:37:38
vinicius>
;; Keywords: wp, print, PostScript
;; Version: 6.7.
2
;; Version: 6.7.
3
;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/
(
defconst
pr-version
"6.7.
2
"
"printing.el, v 6.7.
2
<2004/0
2
/2
9
vinicius>
(
defconst
pr-version
"6.7.
3
"
"printing.el, v 6.7.
3
<2004/0
3
/2
8
vinicius>
Please send all bug fixes and enhancements to
Vinicius Jose Latorre <vinicius@cpqd.com.br>
...
...
@@ -4572,8 +4572,8 @@ See `pr-visible-entry-alist'.")
(
defun
pr-menu-position
(
entry
index
horizontal
)
(
let
((
pos
(
cdr
(
pr-e-mouse-pixel-position
))))
(
list
(
list
(
car
pos
)
; X
(
-
(
cdr
pos
)
; Y
(
list
(
or
(
car
pos
)
0
)
; X
(
-
(
or
(
cdr
pos
)
0
)
; Y
(
*
(
pr-menu-index
entry
index
)
pr-menu-char-height
)))
(
selected-frame
))))
; frame
)
...
...
@@ -4582,9 +4582,9 @@ See `pr-visible-entry-alist'.")
(
defun
pr-menu-position
(
entry
index
horizontal
)
(
let
((
pos
(
cdr
(
pr-e-mouse-pixel-position
))))
(
list
(
list
(
-
(
car
pos
)
; X
(
list
(
-
(
or
(
car
pos
)
0
)
; X
(
*
horizontal
pr-menu-char-width
))
(
-
(
cdr
pos
)
; Y
(
-
(
or
(
cdr
pos
)
0
)
; Y
(
*
(
pr-menu-index
entry
index
)
pr-menu-char-height
)))
(
selected-frame
))))
; frame
))
...
...
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