]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix bug #6933 regarding `half' width fringes.
authorEli Zaretskii <eliz@gnu.org>
Fri, 17 Sep 2010 21:07:57 +0000 (23:07 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 17 Sep 2010 21:07:57 +0000 (23:07 +0200)
 fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
 5, for `half' width fringes.  (Bug#6933)

lisp/ChangeLog
lisp/fringe.el

index 8ced74de42ac63202adbb3e00cb01789f998cded..cd44a207ce2444d82b0a647152f7ac4940a0c9ec 100644 (file)
@@ -1,3 +1,8 @@
+2010-09-17  Eli Zaretskii  <eliz@gnu.org>
+
+       * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
+       5, for `half' width fringes.  (Bug#6933)
+
 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
index 600ef7ca1e1c4f38880a458b5751003ea98e66a7..3763026514a65d0abce1089692800f2a176a734e 100644 (file)
@@ -153,7 +153,7 @@ you can use the interactive function `set-fringe-style'."
                 (const :tag "No fringes" 0)
                 (const :tag "Only right" (0 . nil))
                 (const :tag "Only left" (nil . 0))
-                (const :tag "Half width" (5 . 5))
+                (const :tag "Half width" (4 . 4))
                 (const :tag "Minimal" (1 . 1))
                 (integer :tag "Specific width")
                 (cons :tag "Different left/right sizes"
@@ -187,7 +187,7 @@ frame parameter is used."
          ((eq mode 'default) nil)
          ((eq mode 'left-only) '(nil . 0))
          ((eq mode 'right-only) '(0 . nil))
-         ((eq mode 'half) '(5 . 5))
+         ((eq mode 'half) '(4 . 4))
          ((eq mode 'minimal) '(1 . 1))
          ((eq mode (intern ""))
           (if (eq 0 (cdr (assq 'left-fringe