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
ff65ca0d
Commit
ff65ca0d
authored
Jul 24, 2013
by
Glenn Morris
Browse files
* printing.el: Replace all uses of deleted ps-flatten-list with lpr- version.
parent
d100084b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lisp/ChangeLog
lisp/ChangeLog
+1
-1
lisp/printing.el
lisp/printing.el
+1
-1
No files found.
lisp/ChangeLog
View file @
ff65ca0d
2013-07-24 Glenn Morris <rgm@gnu.org>
* printing.el: Replace all uses of deleted ps-windows-system,
ps-lp-system with lpr- versions.
ps-lp-system
, ps-flatten-list
with lpr- versions.
2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
...
...
lisp/printing.el
View file @
ff65ca0d
...
...
@@ -5667,7 +5667,7 @@ If menu binding was not done, calls `pr-menu-bind'."
(
defun
pr-switches
(
switches
mess
)
(
or
(
listp
switches
)
(
error
"%S should have a list of strings"
mess
))
(
ps
-flatten-list
; dynamic evaluation
(
lpr
-flatten-list
; dynamic evaluation
(
mapcar
'ps-eval-switch
switches
)))
...
...
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