]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix :type of `fringe-mode' for last modification.
authorSimon Josefsson <jas@extundo.com>
Sat, 25 May 2002 23:16:00 +0000 (23:16 +0000)
committerSimon Josefsson <jas@extundo.com>
Sat, 25 May 2002 23:16:00 +0000 (23:16 +0000)
lisp/fringe.el

index 5a4dce128c6332379bc5df3e322dc6c523dd4688..c7be27b061f845c0dd0969d000e59358354ff52c 100644 (file)
@@ -97,6 +97,7 @@ you can use the interactive function `toggle-fringe'"
                 (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")