+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.
(: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