Mercurial > emacs
changeset 45518:182c7dd36ef1
Fix :type of `fringe-mode' for last modification.
author | Simon Josefsson <jas@extundo.com> |
---|---|
date | Sat, 25 May 2002 23:16:00 +0000 |
parents | 4d5df58cb5de |
children | 76cf82c654df |
files | lisp/fringe.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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")