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
dc1dcfa4
Commit
dc1dcfa4
authored
Dec 23, 2009
by
Vinicius Jose Latorre
Browse files
Attribute face for faces specified as string.
parent
efeee2cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
lisp/ChangeLog
lisp/ChangeLog
+7
-0
lisp/ps-print.el
lisp/ps-print.el
+4
-3
No files found.
lisp/ChangeLog
View file @
dc1dcfa4
2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* ps-print.el (ps-face-attributes): It was not returning the
attribute face for faces specified as string. Reported by harven
<harven@free.fr>.
(ps-print-version): New version 7.3.5.
2009-12-18 Ulf Jasper <ulf.jasper@web.de>
* calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
...
...
lisp/ps-print.el
View file @
dc1dcfa4
...
...
@@ -11,11 +11,11 @@
;; Maintainer: Kenichi Handa <handa@m17n.org> (multi-byte characters)
;; Vinicius Jose Latorre <viniciusjl@ig.com.br>
;; Keywords: wp, print, PostScript
;; Version: 7.3.
4
;; Version: 7.3.
5
;; X-URL: http://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre
(
defconst
ps-print-version
"7.3.
4
"
"ps-print.el, v 7.3.
4
<2009/
0
1/2
4
vinicius>
(
defconst
ps-print-version
"7.3.
5
"
"ps-print.el, v 7.3.
5
<2009/1
2
/2
3
vinicius>
Vinicius's last change version -- this file may have been edited as part of
Emacs without changes to the version number. When reporting bugs, please also
...
...
@@ -6249,6 +6249,7 @@ If FACE is not in `ps-print-face-extension-alist' or in
return
the
attribute
vector.
If
FACE
is
not
a
valid
face
name,
use
default
face.
"
(and (stringp face) (facep face) (setq face (intern face)))
(cond
(ps-black-white-faces-alist
(or (and (symbolp face)
...
...
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