# HG changeset patch # User Luc Teirlinck # Date 1123537715 0 # Node ID 79faff912fc69920606d22c0a88e50e7b900effa # Parent 6ed956c4cd691af771e3f29dcfe7d14dc644ab10 (all): Add `overflow-newline-into-fringe'. diff -r 6ed956c4cd69 -r 79faff912fc6 lisp/cus-start.el --- a/lisp/cus-start.el Mon Aug 08 21:47:42 2005 +0000 +++ b/lisp/cus-start.el Mon Aug 08 21:48:35 2005 +0000 @@ -172,6 +172,8 @@ (mouse-highlight mouse (choice (const :tag "disabled" nil) (const :tag "always shown" t) (other :tag "hidden by keypress" 1))) + ;; fringe.c + (overflow-newline-into-fringe fringe boolean "22.1") ;; indent.c (indent-tabs-mode fill boolean) ;; keyboard.c