From: Luc Teirlinck Date: Mon, 8 Aug 2005 21:48:35 +0000 (+0000) Subject: (all): Add `overflow-newline-into-fringe'. X-Git-Tag: emacs-pretest-22.0.90~7745 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=48d707c5cd3d7b7fb1ff5f80e35dcac926504b8a;p=emacs.git (all): Add `overflow-newline-into-fringe'. --- diff --git a/lisp/cus-start.el b/lisp/cus-start.el index f9d7bc4730c..9d562a3ef3d 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -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