Mercurial > emacs
changeset 64790:79faff912fc6
(all): Add `overflow-newline-into-fringe'.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Mon, 08 Aug 2005 21:48:35 +0000 |
parents | 6ed956c4cd69 |
children | ef236edf96ec |
files | lisp/cus-start.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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