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
7591cf05
Commit
7591cf05
authored
Mar 08, 1998
by
Richard M. Stallman
Browse files
(select-tags-table-quit): Use quit-window.
parent
59047653
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
lisp/progmodes/etags.el
lisp/progmodes/etags.el
+1
-3
No files found.
lisp/progmodes/etags.el
View file @
7591cf05
...
...
@@ -1650,9 +1650,7 @@ see the doc of that variable if you want to add names to the list."
(
defun
select-tags-table-quit
()
"Kill the buffer and delete the selected window."
(
interactive
)
(
kill-buffer
(
current-buffer
))
(
or
(
one-window-p
)
(
delete-window
)))
(
quit-window
t
(
selected-window
)))
;;; Note, there is another definition of this function in bindings.el.
;;;###autoload
...
...
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