Mercurial > hg > xemacs-beta
diff lisp/hyperbole/kotl/kmenu.el @ 24:4103f0995bd7 r19-15b95
Import from CVS: tag r19-15b95
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:51:03 +0200 |
parents | 376386a54a3c |
children | c53a95d3c46d |
line wrap: on
line diff
--- a/lisp/hyperbole/kotl/kmenu.el Mon Aug 13 08:50:31 2007 +0200 +++ b/lisp/hyperbole/kotl/kmenu.el Mon Aug 13 08:51:03 2007 +0200 @@ -9,7 +9,7 @@ ;; ORG: Motorola, Inc., PPG ;; ;; ORIG-DATE: 28-Mar-94 at 11:22:09 -;; LAST-MOD: 26-Oct-95 at 18:47:41 by Bob Weiner +;; LAST-MOD: 22-Oct-96 at 01:30:50 by Bob Weiner ;; ;; Copyright (C) 1994-1995 Free Software Foundation, Inc. ;; @@ -26,7 +26,7 @@ (defconst id-menubar-kotl '( ("Koutline" - ["All-Cells-Attributes" (kotl-modecell-help nil -1) t] + ["All-Cells-Attributes" (kotl-mode:cell-help nil -1) t] ["Help" describe-mode t] ["Manual" (id-info "(hyperbole.info)Outliner") t] "----" @@ -101,7 +101,7 @@ ["Kill" kotl-mode:kill-tree t] ["Mail" kotl-mode:mail-tree t] ["Promote" kotl-mode:promote-tree t] - ["Show-Attributes" (kotl-modecell-help nil 2) t] + ["Show-Attributes" (kotl-mode:cell-help nil 2) t] "----" ["Copy-After-Cell" kotl-mode:copy-after t] ["Copy-Before-Cell" kotl-mode:copy-before t] @@ -113,9 +113,9 @@ ["Toggle-Blank-Lines" kvspec:toggle-blank-lines t] "----" ["Set-Cell-Attribute" kotl-mode:set-cell-attribute t] - ["Show-Cell-Attributes" (kotl-modecell-help) t] - ["All-Cells-Attributes" (kotl-modecell-help nil -1) t] - ["Show-Tree-Attributes" (kotl-modecell-help nil 2) t] + ["Show-Cell-Attributes" (kotl-mode:cell-help) t] + ["All-Cells-Attributes" (kotl-mode:cell-help nil -1) t] + ["Show-Tree-Attributes" (kotl-mode:cell-help nil 2) t] "----" ["Hide (Collapse)" kotl-mode:hide-tree t] ["Hide-Levels" kotl-mode:hide-sublevels t] @@ -132,7 +132,7 @@ ;;; This definition is used by InfoDock and XEmacs. (defconst id-popup-kotl-menu '("Koutline" - ["All-Cells-Attributes" (kotl-modecell-help nil -1) t] + ["All-Cells-Attributes" (kotl-mode:cell-help nil -1) t] ["Help" describe-mode t] ["Manual" (id-info "(hyperbole.info)Outliner") t] "----" @@ -199,7 +199,7 @@ ["Kill" kotl-mode:kill-tree t] ["Mail" kotl-mode:mail-tree t] ["Promote" kotl-mode:promote-tree t] - ["Show-Attributes" (kotl-modecell-help nil 2) t] + ["Show-Attributes" (kotl-mode:cell-help nil 2) t] "----" ["Copy-After-Cell" kotl-mode:copy-after t] ["Copy-Before-Cell" kotl-mode:copy-before t] @@ -211,9 +211,9 @@ ["Toggle-Blank-Lines" kvspec:toggle-blank-lines t] "----" ["Set-Cell-Attribute" kotl-mode:set-cell-attribute t] - ["Show-Cell-Attributes" (kotl-modecell-help) t] - ["All-Cells-Attributes" (kotl-modecell-help nil -1) t] - ["Show-Tree-Attributes" (kotl-modecell-help nil 2) t] + ["Show-Cell-Attributes" (kotl-mode:cell-help) t] + ["All-Cells-Attributes" (kotl-mode:cell-help nil -1) t] + ["Show-Tree-Attributes" (kotl-mode:cell-help nil 2) t] "----" ["Hide (Collapse)" kotl-mode:hide-tree t] ["Hide-Levels" kotl-mode:hide-sublevels t]