Changeset 4131 for trunk/lisp/progmodes/which-func.el
- Timestamp:
- 07/29/06 07:48:34 (2 years ago)
- Files:
-
- trunk/lisp/progmodes/which-func.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/progmodes/which-func.el
r4037 r4131 263 263 (defun which-function () 264 264 "Return current function name based on point. 265 Uses `which-func tion-functions', `imenu--index-alist'265 Uses `which-func-functions', `imenu--index-alist' 266 266 or `add-log-current-defun-function'. 267 267 If no function name is found, return nil." 268 268 (let ((name 269 ;; Try the `which-func tion-functions' functions first.269 ;; Try the `which-func-functions' functions first. 270 270 (run-hook-with-args-until-success 'which-func-functions))) 271 271
