aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-08-08 21:48:35 +0000
committerLuc Teirlinck2005-08-08 21:48:35 +0000
commit48d707c5cd3d7b7fb1ff5f80e35dcac926504b8a (patch)
tree2cd5760a04be88575e82b2374188533b7c3b891e
parent98605c6f539f2ce5651b7f8c4333a4be95b3ce9a (diff)
downloademacs-48d707c5cd3d7b7fb1ff5f80e35dcac926504b8a.tar.gz
emacs-48d707c5cd3d7b7fb1ff5f80e35dcac926504b8a.zip
(all): Add `overflow-newline-into-fringe'.
-rw-r--r--lisp/cus-start.el2
1 files changed, 2 insertions, 0 deletions
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
172 (mouse-highlight mouse (choice (const :tag "disabled" nil) 172 (mouse-highlight mouse (choice (const :tag "disabled" nil)
173 (const :tag "always shown" t) 173 (const :tag "always shown" t)
174 (other :tag "hidden by keypress" 1))) 174 (other :tag "hidden by keypress" 1)))
175 ;; fringe.c
176 (overflow-newline-into-fringe fringe boolean "22.1")
175 ;; indent.c 177 ;; indent.c
176 (indent-tabs-mode fill boolean) 178 (indent-tabs-mode fill boolean)
177 ;; keyboard.c 179 ;; keyboard.c