1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-22 05:51:11 -07:00

(fringe-mode): Set to nil.

This commit is contained in:
Richard M. Stallman 2002-08-17 04:59:14 +00:00
parent c59566eb95
commit 13ef5524b5

View 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"