Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
69d565e2
Commit
69d565e2
authored
May 29, 2012
by
Martin Rudalics
Committed by
Chong Yidong
May 29, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/simple.el (choose-completion): Use quit-window.
Fixes: debbugs:11567
parent
a149fa51
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
10 deletions
+5
-10
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/simple.el
lisp/simple.el
+1
-10
No files found.
lisp/ChangeLog
View file @
69d565e2
2012-05-29 Martin Rudalics <rudalics@gmx.at>
* simple.el (choose-completion): Use quit-window (Bug#11567).
2012-05-29 Chong Yidong <cyd@gnu.org>
2012-05-29 Chong Yidong <cyd@gnu.org>
* whitespace.el (whitespace-cleanup): Fix usage of
* whitespace.el (whitespace-cleanup): Fix usage of
...
...
lisp/simple.el
View file @
69d565e2
...
@@ -6203,16 +6203,7 @@ With prefix argument N, move N items (negative N means move backward)."
...
@@ -6203,16 +6203,7 @@ With prefix argument N, move N items (negative N means move backward)."
(
unless
(
buffer-live-p
buffer
)
(
unless
(
buffer-live-p
buffer
)
(
error
"Destination buffer is dead"
))
(
error
"Destination buffer is dead"
))
(select-window (posn-window (event-start event)))
(
quit-window
nil
(
posn-window
(
event-start
event
)))
(if (and (one-window-p t 'selected-frame)
(window-dedicated-p (selected-window)))
;; This is a special buffer's frame
(iconify-frame (selected-frame))
(or (window-dedicated-p (selected-window))
(bury-buffer)))
(select-window
(or (get-buffer-window buffer 0)
owindow))
(
with-current-buffer
buffer
(
with-current-buffer
buffer
(
choose-completion-string
(
choose-completion-string
...
...
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