aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Josefsson <[email protected]>2002-05-25 23:16:00 +0000
committerSimon Josefsson <[email protected]>2002-05-25 23:16:00 +0000
commit255866b7ec7d31012e92fcbd3577c97c3858aa8f (patch)
treecb8d802a246a79b4d124f0dbfa97fbb9f4b809d5
parent19c8fe7542695ff68462a2412f5ebb0bdd4f8342 (diff)
Fix :type of `fringe-mode' for last modification.
-rw-r--r--lisp/fringe.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/fringe.el b/lisp/fringe.el
index 5a4dce128c..c7be27b061 100644
--- a/lisp/fringe.el
+++ b/lisp/fringe.el
@@ -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")