(tool-bar-map): Add defvar.
This commit is contained in:
parent
65536d1d29
commit
f4f2bca3de
1 changed files with 2 additions and 0 deletions
|
@ -3196,6 +3196,8 @@ With a zero prefix arg, put the name inside a function call to `info'."
|
|||
(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
|
||||
|
|
Loading…
Add table
Reference in a new issue