emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104900: * fringe.el (fringe-query-st


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104900: * fringe.el (fringe-query-style): Remove redundant text " (type ?
Date: Sun, 03 Jul 2011 04:37:52 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104900
fixes bug(s): http://debbugs.gnu.org/6475
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sun 2011-07-03 04:37:52 +0200
message:
  * fringe.el (fringe-query-style): Remove redundant text " (type ?
  for list)" (bug#6475).
modified:
  lisp/ChangeLog
  lisp/fringe.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-03 01:48:07 +0000
+++ b/lisp/ChangeLog    2011-07-03 02:37:52 +0000
@@ -1,5 +1,8 @@
 2011-07-03  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * 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).

=== modified file 'lisp/fringe.el'
--- a/lisp/fringe.el    2011-04-19 13:44:55 +0000
+++ b/lisp/fringe.el    2011-07-03 02:37:52 +0000
@@ -192,7 +192,7 @@
                 (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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]