[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/bindings.el
From: |
Nick Roberts |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/bindings.el |
Date: |
Wed, 20 Apr 2005 20:06:54 -0400 |
Index: emacs/lisp/bindings.el
diff -c emacs/lisp/bindings.el:1.144 emacs/lisp/bindings.el:1.145
*** emacs/lisp/bindings.el:1.144 Tue Apr 19 09:25:32 2005
--- emacs/lisp/bindings.el Thu Apr 21 00:06:54 2005
***************
*** 392,400 ****
"Return the value of symbol VAR if it is bound, else nil."
`(and (boundp (quote ,var)) ,var))
- (define-key mode-line-mode-menu [tooltip-mode]
- `(menu-item ,(purecopy "Tooltip") tooltip-mode
- :button (:toggle . tooltip-mode)))
(define-key mode-line-mode-menu [overwrite-mode]
`(menu-item ,(purecopy "Overwrite (Ovwrt)") overwrite-mode
:button (:toggle . overwrite-mode)))
--- 392,397 ----