]> git.eshelyaron.com Git - emacs.git/commitdiff
(all): Add `overflow-newline-into-fringe'.
authorLuc Teirlinck <teirllm@auburn.edu>
Mon, 8 Aug 2005 21:48:35 +0000 (21:48 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Mon, 8 Aug 2005 21:48:35 +0000 (21:48 +0000)
lisp/cus-start.el

index f9d7bc4730cb9cec84aae15b8512fc9df8fb5f7a..9d562a3ef3d1d82bc3dff692df3da167931d3bda 100644 (file)
@@ -172,6 +172,8 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
             (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