# HG changeset patch # User Simon Josefsson # Date 1022368560 0 # Node ID 182c7dd36ef1b45ce53a22766908d2e30b4f07d7 # Parent 4d5df58cb5dea9ddd09d6cb5a8428c7c27827345 Fix :type of `fringe-mode' for last modification. diff -r 4d5df58cb5de -r 182c7dd36ef1 lisp/fringe.el --- a/lisp/fringe.el Sat May 25 23:14:11 2002 +0000 +++ b/lisp/fringe.el Sat May 25 23:16:00 2002 +0000 @@ -97,6 +97,7 @@ (const :tag "Only right" (0 . nil)) (const :tag "Only left" (nil . 0)) (const :tag "Half width" (5 . 5)) + (const :tag "Minimal" (1 . 1)) (integer :tag "Specific width") (cons :tag "Different left/right sizes" (integer :tag "Left width")