Fix last change in frameset.el
* lisp/frameset.el (frameset-filter-font-param): Fix a thinko in filtering the 'font' parameter. (Bug#17352)
This commit is contained in:
parent
62e5c119af
commit
36ed9a9ede
1 changed files with 1 additions and 1 deletions
|
@ -638,7 +638,7 @@ see `frameset-filter-alist'."
|
|||
When switching from a GUI frame to a tty frame, behave
|
||||
as `frameset-filter-shelve-param' does."
|
||||
(or saving
|
||||
(if (frameset-switch-to-gui-p parameters)
|
||||
(if (frameset-switch-to-tty-p parameters)
|
||||
(frameset-filter-shelve-param current filtered parameters saving
|
||||
prefix))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue