Mercurial > hg > xemacs-beta
diff lisp/format.el @ 223:2c611d1463a6 r20-4b10
Import from CVS: tag r20-4b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:10:54 +0200 |
parents | 262b8bb4a523 |
children | 12579d965149 |
line wrap: on
line diff
--- a/lisp/format.el Mon Aug 13 10:10:03 2007 +0200 +++ b/lisp/format.el Mon Aug 13 10:10:54 2007 +0200 @@ -210,7 +210,6 @@ (funcall to-fn from to orig-buf))))) (defun format-decode (format length &optional visit-flag) - ;; This function is called by insert-file-contents whenever a file is read. "Decode text from any known FORMAT. FORMAT is a symbol appearing in `format-alist' or a list of such symbols, or nil, in which case this function tries to guess the format of the data by @@ -225,7 +224,9 @@ Returns the new length of the decoded region. -For most purposes, consider using `format-decode-region' instead." +For most purposes, consider using `format-decode-region' instead. + +This function is called by insert-file-contents whenever a file is read." (let ((mod (buffer-modified-p)) (begin (point)) (end (+ (point) length)))