# HG changeset patch # User Juanma Barranquero # Date 1036481006 0 # Node ID af5c7876e7411af499297c5f2f7b7432c0ebee1a # Parent de911fba904dfc8271714345a7310528f9bc8550 *** empty log message *** diff -r de911fba904d -r af5c7876e741 etc/TODO --- a/etc/TODO Tue Nov 05 07:21:14 2002 +0000 +++ b/etc/TODO Tue Nov 05 07:23:26 2002 +0000 @@ -172,9 +172,6 @@ * Add a feature to Info similar to "info --apropos SUBJECT". -* If you do an insert-file and that file is currently modified in - another buffer but not written yet, print a warning. - * Add support for SVG (Scalable Vector Graphics) rendering to Emacs. diff -r de911fba904d -r af5c7876e741 lisp/ChangeLog --- a/lisp/ChangeLog Tue Nov 05 07:21:14 2002 +0000 +++ b/lisp/ChangeLog Tue Nov 05 07:23:26 2002 +0000 @@ -1,3 +1,11 @@ +2002-11-04 Juanma Barranquero + + * files.el (find-buffer-visiting): Accept new optional PREDICATE + argument to return only a buffer that satisfies the predicate. + (insert-file-1): New function. + (insert-file-literally): Use it. + (insert-file): Use it. + 2002-11-04 Robert Fenk (tiny change) * desktop.el (desktop-relative-file-names): New variable.