1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-23 18:47:57 +00:00

* fringe.el (fringe-query-style): Remove redundant text " (type ?

for list)" (bug#6475).
This commit is contained in:
Lars Magne Ingebrigtsen 2011-07-03 04:37:52 +02:00
parent 28fd8759b3
commit fc00f69c37
2 changed files with 4 additions and 1 deletions

View File

@ -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).

View File

@ -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)