mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-22 18:35:09 +00:00
* fringe.el (fringe-query-style): Remove redundant text " (type ?
for list)" (bug#6475).
This commit is contained in:
parent
28fd8759b3
commit
fc00f69c37
@ -1,5 +1,8 @@
|
||||
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).
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user