emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/tool-bar.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/tool-bar.el
Date: Fri, 28 Oct 2005 12:22:08 -0400

Index: emacs/lisp/tool-bar.el
diff -c emacs/lisp/tool-bar.el:1.1 emacs/lisp/tool-bar.el:1.2
*** emacs/lisp/tool-bar.el:1.1  Mon Oct 17 22:02:46 2005
--- emacs/lisp/tool-bar.el      Fri Oct 28 16:22:08 2005
***************
*** 41,47 ****
  
  ;;; Code:
  
! ;;;###autoload
  (define-minor-mode tool-bar-mode
    "Toggle use of the tool bar.
  With numeric ARG, display the tool bar if and only if ARG is positive.
--- 41,49 ----
  
  ;;; Code:
  
! ;; The autoload cookie doesn't work when preloading.
! ;; Deleting it means invoking this command won't work
! ;; when you are on a tty.  I hope that won't cause too much trouble -- rms.
  (define-minor-mode tool-bar-mode
    "Toggle use of the tool bar.
  With numeric ARG, display the tool bar if and only if ARG is positive.




reply via email to

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