Changeset 4111 for trunk/lisp/help-fns.el
- Timestamp:
- 2006年07月16日 08時36分52秒 (2 years ago)
- Files:
-
- trunk/lisp/help-fns.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/help-fns.el
r4079 r4111 535 535 (when location 536 536 (with-current-buffer (car location) 537 (goto-char (cdr location)) 537 (when (cdr location) 538 (goto-char (cdr location))) 538 539 (when (re-search-backward 539 540 "^;;; Generated autoloads from \\(.*\\)" nil t)
