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
8f75f2da
Commit
8f75f2da
authored
Sep 25, 2009
by
Juanma Barranquero
Browse files
* menu-bar.el (list-buffers-directory): Doc fix.
parent
8390fb80
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/menu-bar.el
lisp/menu-bar.el
+1
-2
No files found.
lisp/ChangeLog
View file @
8f75f2da
2009-09-25 Drew Adams <drew.adams@oracle.com>
* menu-bar.el (list-buffers-directory): Doc fix.
2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
* log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
...
...
lisp/menu-bar.el
View file @
8f75f2da
...
...
@@ -1688,8 +1688,7 @@ Buffers menu is regenerated."
:group 'menu)
(defvar list-buffers-directory nil
"
String
to
display
in
buffer
listings
for
buffers
not
visiting
a
file.
Dired,
shell
and
other
modes
use
this
variable.
")
"
String
to
display
in
buffer
listings
for
buffers
not
visiting
a
file.
")
(make-variable-buffer-local 'list-buffers-directory)
(defun menu-bar-select-buffer ()
...
...
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