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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
bc55a574
Commit
bc55a574
authored
Apr 12, 2017
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/menu-bar.el (kill-this-buffer): Doc fix. (Bug#26466)
parent
a6d50401
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
lisp/menu-bar.el
lisp/menu-bar.el
+4
-1
No files found.
lisp/menu-bar.el
View file @
bc55a574
...
...
@@ -1904,7 +1904,10 @@ updating the menu."
(defun kill-this-buffer () ; for the menu bar
"
Kill
the
current
buffer.
When
called
in
the
minibuffer,
get
out
of
the
minibuffer
using
`
abort-recursive-edit
'.
"
using
`
abort-recursive-edit
'.
This
command
can
be
reliably
invoked
only
from
the
menu
bar,
otherwise
it
could
decide
to
silently
do
nothing.
"
(interactive)
(cond
;; Don't do anything when `menu-frame' is not alive or visible
...
...
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