Mercurial > hg > xemacs-beta
comparison lisp/info.el @ 284:558f606b08ae r21-0b40
Import from CVS: tag r21-0b40
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:34:13 +0200 |
parents | 90d73dddcdc4 |
children | 6cb5e14cd98e |
comparison
equal
deleted
inserted
replaced
283:fa3d41851a08 | 284:558f606b08ae |
---|---|
2762 (set-specifier default-toolbar (cons (current-buffer) info::toolbar))) | 2762 (set-specifier default-toolbar (cons (current-buffer) info::toolbar))) |
2763 (if (featurep 'menubar) | 2763 (if (featurep 'menubar) |
2764 (progn | 2764 (progn |
2765 ;; make a local copy of the menubar, so our modes don't | 2765 ;; make a local copy of the menubar, so our modes don't |
2766 ;; change the global menubar | 2766 ;; change the global menubar |
2767 (set-buffer-menubar current-menubar) | 2767 (easy-menu-add '("Info" :filter Info-menu-filter)))) |
2768 (add-submenu nil '("Info" | |
2769 :filter Info-menu-filter)))) | |
2770 (run-hooks 'Info-mode-hook) | 2768 (run-hooks 'Info-mode-hook) |
2771 (Info-set-mode-line)) | 2769 (Info-set-mode-line)) |
2772 | 2770 |
2773 (defvar Info-edit-map nil | 2771 (defvar Info-edit-map nil |
2774 "Local keymap used within `e' command of Info.") | 2772 "Local keymap used within `e' command of Info.") |