Changeset 4091 for trunk/lisp/tar-mode.el
- Timestamp:
- 05/27/06 10:35:24 (2 years ago)
- Files:
-
- trunk/lisp/tar-mode.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/tar-mode.el
r4037 r4091 737 737 name (- (point-max) (point))))) 738 738 (car (find-operation-coding-system 739 'insert-file-contents name t)))) 739 'insert-file-contents 740 (cons name (current-buffer)) t)))) 740 741 (multibyte enable-multibyte-characters) 741 742 (detected (detect-coding-region
