Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ee79b33f
Commit
ee79b33f
authored
Mar 23, 2014
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lisp/frameset.el (frameset-restore): Compare display strings with equal.
parent
3ea2c781
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/frameset.el
lisp/frameset.el
+2
-2
No files found.
lisp/ChangeLog
View file @
ee79b33f
2014-03-23 Juanma Barranquero <lekktu@gmail.com>
* frameset.el (frameset-restore): Compare display strings with equal.
* frame.el (make-frame): Don't quote display name in error message,
it is already a string.
...
...
lisp/frameset.el
View file @
ee79b33f
...
...
@@ -1146,8 +1146,8 @@ All keyword parameters default to nil."
frame
to-tty
duplicate
)
;; Only set target if forcing displays and the target display is different.
(
unless
(
or
(
frameset-keep-original-display-p
force-display
)
(
eq
(
frame-parameter
nil
'display
)
(
cdr
(
assq
'display
frame-cfg
))))
(
eq
ual
(
frame-parameter
nil
'display
)
(
cdr
(
assq
'display
frame-cfg
))))
(
setq
frameset--target-display
(
cons
'display
(
frame-parameter
nil
'display
))
to-tty
(
null
(
cdr
frameset--target-display
))))
...
...
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