comparison lispref/buffers.texi @ 56427:55836d23d2c9

(Modification Time): `visited-file-modtime' now returns a list of two integers, instead of a cons.
author Luc Teirlinck <teirllm@auburn.edu>
date Thu, 15 Jul 2004 00:09:09 +0000
parents c9aa4127a482
children 6b3838433689 97905c4f1a42
comparison
equal deleted inserted replaced
56426:0eb4c89378bd 56427:55836d23d2c9
623 @end defun 623 @end defun
624 624
625 @c Emacs 19 feature 625 @c Emacs 19 feature
626 @defun visited-file-modtime 626 @defun visited-file-modtime
627 This function returns the current buffer's recorded last file 627 This function returns the current buffer's recorded last file
628 modification time, as a list of the form @code{(@var{high} . 628 modification time, as a list of the form @code{(@var{high} @var{low})}.
629 @var{low})}. (This is the same format that @code{file-attributes} 629 (This is the same format that @code{file-attributes} uses to return
630 uses to return time values; see @ref{File Attributes}.) 630 time values; see @ref{File Attributes}.)
631 631
632 The function returns zero if the buffer has no recorded last 632 The function returns zero if the buffer has no recorded last
633 modification time, which can happen, for instance, if the record has 633 modification time, which can happen, for instance, if the record has
634 been explicitly cleared by @code{clear-visited-file-modtime} or if the 634 been explicitly cleared by @code{clear-visited-file-modtime} or if the
635 buffer is not visiting a file. Note, however, that 635 buffer is not visiting a file. Note, however, that