emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/src fileio.c


From: Kim F. Storm
Subject: [Emacs-commit] emacs/src fileio.c
Date: Mon, 27 May 2002 18:05:01 -0400

CVSROOT:        /cvs
Module name:    emacs
Changes by:     Kim F. Storm <address@hidden>   02/05/27 18:05:00

Modified files:
        src            : fileio.c 

Log message:
        (Vread_file_name_function, Vread_file_name_predicate):
        New variables.
        (syms_of_fileio): DEFVAR_LISP them.
        (read_file_name_cleanup): New unwind function.
        (Fread_file_name_internal): Only return completions satifying
        Vread_file_name_predicate.  Temporarily unwind protect and rebind
        default-directory while checking completions against the predicate.
        (Fread_file_name): Added PREDICATE argument.  Specbind it to
        Vread_file_name_predicate during completion.
        Call Vread_file_name_function to read the file name if non-nil.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/src/fileio.c.diff?tr1=1.444&tr2=1.445&r1=text&r2=text




reply via email to

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