Changeset 4140 for trunk/lisp/buff-menu.el
- Timestamp:
- 08/10/06 11:19:54 (2 years ago)
- Files:
-
- trunk/lisp/buff-menu.el (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/buff-menu.el
r4098 r4140 118 118 119 119 (defvar Info-current-file) ;; from info.el 120 (defvar Info-current-node) ;; from info.el 120 121 121 122 (make-variable-buffer-local 'Buffer-menu-files-only) … … 787 788 (setq file "*Info TOC*")) 788 789 ((not (stringp file)) ;; avoid errors 789 (setq file nil)))))) 790 (setq file nil)) 791 (t 792 (setq file (concat "(" 793 (file-name-nondirectory file) 794 ")" 795 Info-current-node))))))) 790 796 (push (list buffer bits name (buffer-size) mode file) 791 797 list))))))
