[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/info.el
From: |
Richard M . Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/info.el |
Date: |
Sun, 03 Jul 2005 12:11:31 -0400 |
Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.432 emacs/lisp/info.el:1.433
*** emacs/lisp/info.el:1.432 Thu Jun 16 16:07:02 2005
--- emacs/lisp/info.el Sun Jul 3 16:11:30 2005
***************
*** 3196,3201 ****
--- 3196,3203 ----
(put 'Info-mode 'mode-class 'special)
(put 'Info-mode 'no-clone-indirect t)
+ (defvar tool-bar-map)
+
(defun Info-mode ()
"Info mode provides commands for browsing through the Info documentation
tree.
Documentation in Info is divided into \"nodes\", each of which discusses
- [Emacs-diffs] Changes to emacs/lisp/info.el,
Richard M . Stallman <=