Mercurial > emacs
comparison lisp/cedet/semantic/imenu.el @ 110534:826d60163924
Merge changes from emacs-23 branch.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 23 Sep 2010 22:10:54 -0400 |
parents | a5ad4f188e19 |
children | 9814473572d4 |
comparison
equal
deleted
inserted
replaced
110517:64945cefe6a6 | 110534:826d60163924 |
---|---|
97 "*Non-nil if members of a type should be grouped into buckets. | 97 "*Non-nil if members of a type should be grouped into buckets. |
98 A nil value means to keep them in the same order. | 98 A nil value means to keep them in the same order. |
99 Overriden to nil if `semantic-imenu-bucketize-file' is nil." | 99 Overriden to nil if `semantic-imenu-bucketize-file' is nil." |
100 :group 'semantic-imenu | 100 :group 'semantic-imenu |
101 :type 'boolean) | 101 :type 'boolean) |
102 (make-variable-buffer-local 'semantic-imenu-bucketize-type-parts) | 102 (make-variable-buffer-local 'semantic-imenu-bucketize-type-members) |
103 (semantic-varalias-obsolete 'semantic-imenu-bucketize-type-parts | 103 (semantic-varalias-obsolete 'semantic-imenu-bucketize-type-parts |
104 'semantic-imenu-bucketize-type-members "23.2") | 104 'semantic-imenu-bucketize-type-members "23.2") |
105 | 105 |
106 (defcustom semantic-imenu-sort-bucket-function nil | 106 (defcustom semantic-imenu-sort-bucket-function nil |
107 "*Function to use when sorting tags in the buckets of functions. | 107 "*Function to use when sorting tags in the buckets of functions. |