Changeset 4200 for trunk/lisp/autorevert.el
- Timestamp:
- 04/07/07 15:49:28 (2 years ago)
- Files:
-
- trunk/lisp/autorevert.el (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/autorevert.el
r4196 r4200 279 279 (lambda () 280 280 (set (make-local-variable 'auto-revert-tail-pos) 281 ( save-restriction (widen) (1- (point-max))))))281 (nth 7 (file-attributes buffer-file-name))))) 282 282 283 283 ;; Functions: … … 342 342 (or (local-variable-p 'auto-revert-tail-pos) ; don't lose prior position 343 343 (set (make-local-variable 'auto-revert-tail-pos) 344 ( save-restriction (widen) (1- (point-max)))))344 (nth 7 (file-attributes buffer-file-name)))) 345 345 ;; let auto-revert-mode set up the mechanism for us if it isn't already 346 346 (or auto-revert-mode
