]> git.eshelyaron.com Git - emacs.git/commitdiff
(fringe-mode): Set to nil.
authorRichard M. Stallman <rms@gnu.org>
Sat, 17 Aug 2002 04:59:14 +0000 (04:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 17 Aug 2002 04:59:14 +0000 (04:59 +0000)
lisp/menu-bar.el

index b1c0d9d831c71d17b9ed0d4a8241060a1fce3eff..662a3d5763efd8388d76410a48368479e822ba54 100644 (file)
@@ -679,6 +679,10 @@ Do the same for the keys of the same name."
   (interactive)
   (customize-set-variable 'fringe-mode nil))
 
+;; The real definition is in fringe.el.
+;; This is to prevent errors in the :radio conditions below.
+(setq fringe-mode nil)
+
 (define-key menu-bar-showhide-fringe-menu [default]
   '(menu-item "Default" menu-bar-showhide-fringe-menu-customize-reset
              :help "Default width fringe on both left and right side"