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
fc00f69c
Commit
fc00f69c
authored
Jul 03, 2011
by
Lars Magne Ingebrigtsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* fringe.el (fringe-query-style): Remove redundant text " (type ?
for list)" (bug#6475).
parent
28fd8759
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/fringe.el
lisp/fringe.el
+1
-1
No files found.
lisp/ChangeLog
View file @
fc00f69c
2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
* fringe.el (fringe-query-style): Remove redundant text " (type ?
for list)" (bug#6475).
* files.el (file-expand-wildcards): Ignore non-readable
sub-directories while trying to find matches instead of signalling
an error (bug#6297).
...
...
lisp/fringe.el
View file @
fc00f69c
...
...
@@ -192,7 +192,7 @@ frame parameter is used."
(
concat
"Select fringe mode for "
(
if
all-frames
"all frames"
"selected frame"
)
"
(type ? for list)
: "
)
": "
)
fringe-styles
nil
t
))
(
style
(
assoc
(
downcase
mode
)
fringe-styles
)))
(
if
style
(
cdr
style
)
...
...
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