]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sat, 22 Oct 2005 15:36:08 +0000 (15:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 22 Oct 2005 15:36:08 +0000 (15:36 +0000)
etc/NEWS
lisp/ChangeLog
lispref/ChangeLog

index 56d0f623eb1c67e7815800a0f58c4fd87837b966..b1124ea219ce0f2ae2bba0868ac90846fe1f8662 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3475,6 +3475,7 @@ It returns nil if the given Lisp form can't possibly do anything
 dangerous; otherwise it returns a reason why the form might be unsafe
 (calls unknown function, alters global variable, etc).
 
++++
 *** New macro `eval-at-startup' specifies expressions to
 evaluate when Emacs starts up.  If this is done after startup,
 it evaluates those expressions immediately.
index f1e04dd824061ad99398ffc9044205ae1dbaac71..fed628ba939d2af613de50e5b3ecbe668a5b89d2 100644 (file)
@@ -1,5 +1,11 @@
 2005-10-22  Richard M. Stallman  <rms@gnu.org>
 
+       * files.el (make-temp-file): Moved from subr.el.
+       * subr.el (make-temp-file): Moved to files.el.
+       
+       * window.el (get-buffer-window-list): Moved from subr.el.
+       * subr.el (get-buffer-window-list): Moved to window.el.
+
        * image.el (image-load-path): Use eval-at-startup to initialize.
 
        * subr.el (eval-at-startup): New macro.
index c19b0e1521b23c57b40723af28848cc9138131d2..09c54f361cd61423c4eedfe9db87f8cbad4dd177 100644 (file)
@@ -1,3 +1,7 @@
+2005-10-22  Richard M. Stallman  <rms@gnu.org>
+
+       * internals.texi (Building Emacs): Document eval-at-startup.
+
 2005-10-21  Richard M. Stallman  <rms@gnu.org>
 
        * loading.texi (Where Defined): load-history contains abs file names.