Show
Ignore:
Timestamp:
04/07/07 15:49:28 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/autorevert.el

    r4196 r4200  
    279279          (lambda () 
    280280            (set (make-local-variable 'auto-revert-tail-pos) 
    281                  (save-restriction (widen) (1- (point-max)))))) 
     281                 (nth 7 (file-attributes buffer-file-name))))) 
    282282 
    283283;; Functions: 
     
    342342      (or (local-variable-p 'auto-revert-tail-pos) ; don't lose prior position 
    343343          (set (make-local-variable 'auto-revert-tail-pos) 
    344                (save-restriction (widen) (1- (point-max))))) 
     344               (nth 7 (file-attributes buffer-file-name)))) 
    345345      ;; let auto-revert-mode set up the mechanism for us if it isn't already 
    346346      (or auto-revert-mode