emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105723: (Fvisited_file_modtime): Doc


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105723: (Fvisited_file_modtime): Document `(-1 65535)' as a value for non-existent files.
Date: Sun, 11 Sep 2011 16:46:38 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105723
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sun 2011-09-11 16:46:38 +0200
message:
  (Fvisited_file_modtime): Document `(-1 65535)' as a value for non-existent 
files.
modified:
  src/ChangeLog
  src/fileio.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-09-11 05:52:07 +0000
+++ b/src/ChangeLog     2011-09-11 14:46:38 +0000
@@ -1,3 +1,8 @@
+2011-09-11  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * fileio.c (Fvisited_file_modtime): Document `(-1 65535)' as a
+       value for non-existent files.
+
 2011-09-11  Eli Zaretskii  <address@hidden>
 
        * fileio.c (Finsert_file_contents): If the file cannot be opened,

=== modified file 'src/fileio.c'
--- a/src/fileio.c      2011-09-11 05:52:07 +0000
+++ b/src/fileio.c      2011-09-11 14:46:38 +0000
@@ -5045,9 +5045,10 @@
 DEFUN ("visited-file-modtime", Fvisited_file_modtime,
        Svisited_file_modtime, 0, 0, 0,
        doc: /* Return the current buffer's recorded visited file modification 
time.
-The value is a list of the form (HIGH LOW), like the time values
-that `file-attributes' returns.  If the current buffer has no recorded
-file modification time, this function returns 0.
+The value is a list of the form (HIGH LOW), like the time values that
+`file-attributes' returns.  If the current buffer has no recorded file
+modification time, this function returns 0.  If the visited file
+doesn't exist, `(-1 65535)' will be returned.
 See Info node `(elisp)Modification Time' for more details.  */)
   (void)
 {


reply via email to

[Prev in Thread] Current Thread [Next in Thread]