comparison src/fileio.c @ 751:358bd84dc7ff

[xemacs-hg @ 2002-02-13 12:55:38 by stephent] docstring fixes <878z9x1r2u.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Wed, 13 Feb 2002 12:55:40 +0000
parents a307f9a2021d
children 3c5d0bca9200
comparison
equal deleted inserted replaced
750:f929ab5ec903 751:358bd84dc7ff
294 294
295 If OPERATION equals `inhibit-file-name-operation', then we ignore 295 If OPERATION equals `inhibit-file-name-operation', then we ignore
296 any handlers that are members of `inhibit-file-name-handlers', 296 any handlers that are members of `inhibit-file-name-handlers',
297 but we still do run any other handlers. This lets handlers 297 but we still do run any other handlers. This lets handlers
298 use the standard functions without calling themselves recursively. 298 use the standard functions without calling themselves recursively.
299
300 Otherwise, OPERATION is the name of a funcall'able function.
299 */ 301 */
300 (filename, operation)) 302 (filename, operation))
301 { 303 {
302 /* This function does not GC */ 304 /* This function does not GC */
303 /* This function can be called during GC */ 305 /* This function can be called during GC */