]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 5 Nov 2002 07:23:26 +0000 (07:23 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 5 Nov 2002 07:23:26 +0000 (07:23 +0000)
etc/TODO
lisp/ChangeLog

index 337a59b8b05c64c0caee63344f5077dcb4e8daad..f8b62864eda23f223852542466879df1f4b7dd8d 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -172,9 +172,6 @@ Other features we would like:
 
 * 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.
 
index b6f333ce89760aea851bc715dfc2f04fe38b9fbe..000c06f9843e2a3761df55e4150cbf1ff773298b 100644 (file)
@@ -1,3 +1,11 @@
+2002-11-04  Juanma Barranquero  <lektu@terra.es>
+
+       * 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  <Robert.Fenk@gmx.de>  (tiny change)
 
        * desktop.el (desktop-relative-file-names): New variable.