]> git.eshelyaron.com Git - emacs.git/commit
(Fdo_auto_save): Don't turn off auto save mode.
authorRichard M. Stallman <rms@gnu.org>
Tue, 5 Apr 1994 03:50:46 +0000 (03:50 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 5 Apr 1994 03:50:46 +0000 (03:50 +0000)
commit82c2d8392ef24cf0e4bb24546fb0810f0a68901b
tree075cc7911700afcb01bfc211a70f8fdd7517fc07
parent0b7f1ef2c91ea54611ceb73899ad488b8dddba0b
(Fdo_auto_save): Don't turn off auto save mode.
Instead, store -1 in b->save_length.  And don't auto save
if there is -1 there.

(Vinhibit_file_name_handlers): New var.
(syms_of_fileio): Set up Lisp var.
(Ffind_file_name_handler): Obey the variable.
src/fileio.c