comparison lisp/toolbar/tool-bar.el @ 33201:f934d044b019

(tool-bar-mode): Drop unneeded positional args.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 03 Nov 2000 23:06:40 +0000
parents 5ed618d6e94c
children b470e0e05721
comparison
equal deleted inserted replaced
33200:5323492591dd 33201:f934d044b019
45 "Toggle use of the tool bar. 45 "Toggle use of the tool bar.
46 With ARG, display the tool bar if and only if ARG is positive. 46 With ARG, display the tool bar if and only if ARG is positive.
47 47
48 See `tool-bar-add-item' and `tool-bar-add-item-from-menu' for 48 See `tool-bar-add-item' and `tool-bar-add-item-from-menu' for
49 conveniently adding tool bar items." 49 conveniently adding tool bar items."
50 nil nil nil
51 :global t 50 :global t
52 :group 'mouse 51 :group 'mouse
53 :group 'frames 52 :group 'frames
54 (let ((lines (if tool-bar-mode 1 0))) 53 (let ((lines (if tool-bar-mode 1 0)))
55 ;; Alter existing frames... 54 ;; Alter existing frames...