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
f078d570
Commit
f078d570
authored
Aug 02, 2013
by
Juanma Barranquero
Browse files
lisp/frameset.el (frameset-filter-params): Fix order of arguments.
parent
10d604f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/frameset.el
lisp/frameset.el
+1
-1
No files found.
lisp/ChangeLog
View file @
f078d570
2013-08-02 Juanma Barranquero <lekktu@gmail.com>
* frameset.el (frameset-filter-params): Fix order of arguments.
2013-08-02 Juanma Barranquero <lekktu@gmail.com>
Move code related to saving frames to frameset.el.
...
...
lisp/frameset.el
View file @
f078d570
...
...
@@ -230,7 +230,7 @@ nil while the filtering is done to restore it."
(
:restore
(
when
saving
(
push
current
filtered
)))
((
or
`
(
,
fun
.
,
args
)
(
and
fun
(
pred
fboundp
)))
(
let
((
this
(
apply
fun
filtered
current
parameters
saving
args
)))
(
let
((
this
(
apply
fun
current
filtered
parameters
saving
args
)))
(
when
this
(
push
(
if
(
eq
this
t
)
current
this
)
filtered
))))
(
other
...
...
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