Mercurial > hg > xemacs-beta
diff lisp/w3/w3-menu.el @ 134:34a5b81f86ba r20-2b1
Import from CVS: tag r20-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:30:11 +0200 |
parents | 9f59509498e1 |
children | 5a88923fcbfe |
line wrap: on
line diff
--- a/lisp/w3/w3-menu.el Mon Aug 13 09:29:37 2007 +0200 +++ b/lisp/w3/w3-menu.el Mon Aug 13 09:30:11 2007 +0200 @@ -1,7 +1,7 @@ ;;; w3-menu.el --- Menu functions for emacs-w3 ;; Author: wmperry -;; Created: 1997/03/22 17:31:47 -;; Version: 1.35 +;; Created: 1997/04/17 15:50:07 +;; Version: 1.37 ;; Keywords: menu, hypermedia ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -261,6 +261,16 @@ "----" ["Search..." w3-search-forward t] ["Search Again..." w3-search-again w3-last-search-item] + "----" + (list + "Preferences" + (if (fboundp 'custom-menu-create) + (custom-menu-create 'w3) + ["W3" ignore nil]) + (if (fboundp 'custom-menu-create) + (custom-menu-create 'url) + ["URL" ignore nil]) + ) ) "W3 edit menu list.")