emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fringes again


From: Richard Stallman
Subject: Re: Fringes again
Date: Tue, 21 May 2002 09:57:29 -0600 (MDT)

    +(define-key menu-bar-showhide-fringe-menu [customize]
    +  '(menu-item "Customize"
    +         (lambda ()
    +           (interactive)
    +           (customize-variable 'fringe-mode))
    +         :help "Detailed customization of fringe"
    +         :visible (display-graphic-p)))

Please define named functions for all these menu items to call.  Ok?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]