Mercurial > hg > xemacs-beta
comparison lisp/utils/tree-menu.el @ 108:360340f9fd5f r20-1b6
Import from CVS: tag r20-1b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:18:39 +0200 |
parents | 131b0175ea99 |
children |
comparison
equal
deleted
inserted
replaced
107:523141596bda | 108:360340f9fd5f |
---|---|
33 ;;; '("\\..*")))) | 33 ;;; '("\\..*")))) |
34 ;;; | 34 ;;; |
35 ;;; Note: This function is very time consuming ! Therefore you should | 35 ;;; Note: This function is very time consuming ! Therefore you should |
36 ;;; call `tree-make-file-list' once and make several menus | 36 ;;; call `tree-make-file-list' once and make several menus |
37 ;;; from the same list. And you should only rebuild the menu if | 37 ;;; from the same list. And you should only rebuild the menu if |
38 ;;; it is neccessary, if you've a big directory tree. | 38 ;;; it is necessary, if you've a big directory tree. |
39 ;;; | 39 ;;; |
40 ;;; Installation: | 40 ;;; Installation: |
41 ;;; | 41 ;;; |
42 ;;; Put this file in one of your lisp load directories. | 42 ;;; Put this file in one of your lisp load directories. |
43 ;;; | 43 ;;; |