# HG changeset patch # User Kai Grojohann # Date 971821222 0 # Node ID 1cb37313bcac88cb8ceac467a12b6e6f4a6565d2 # Parent 6271a432fb2b3f75fd49f9da429af70afbd3ffe8 Obsolete variable `after-make-frame-hook'. diff -r 6271a432fb2b -r 1cb37313bcac lispref/ChangeLog --- a/lispref/ChangeLog Tue Oct 17 19:39:17 2000 +0000 +++ b/lispref/ChangeLog Tue Oct 17 22:20:22 2000 +0000 @@ -1,3 +1,12 @@ +2000-10-18 Kai Grossjohann + + * hooks.texi (Standard Hooks): replace obsolete + `after-make-frame-hook' with `after-make-frame-functions'. + + * frames.texi (Creating Frames): dito. + + * variables.texi (Future Local Variables): dito. + 2000-10-16 Gerd Moellmann * display.texi (Other Image Types): Add description of :foreground diff -r 6271a432fb2b -r 1cb37313bcac lispref/frames.texi --- a/lispref/frames.texi Tue Oct 17 19:39:17 2000 +0000 +++ b/lispref/frames.texi Tue Oct 17 22:20:22 2000 +0000 @@ -101,7 +101,7 @@ @defvar after-make-frame-functions @tindex after-make-frame-functions An abnormal hook run by @code{make-frame} after it creates the frame. -Each function in @code{after-make-frame-hook} receives one argument, the +Each function in @code{after-make-frame-functions} receives one argument, the frame just created. @end defvar diff -r 6271a432fb2b -r 1cb37313bcac lispref/variables.texi --- a/lispref/variables.texi Tue Oct 17 19:39:17 2000 +0000 +++ b/lispref/variables.texi Tue Oct 17 22:20:22 2000 +0000 @@ -1641,7 +1641,7 @@ of frames---for example, all color frames, or all frames with dark backgrounds. We have not implemented them because it is not clear that this feature is really useful. You can get more or less the same -results by adding a function to @code{after-make-frame-hook}, set up to +results by adding a function to @code{after-make-frame-functions}, set up to define a particular frame parameter according to the appropriate conditions for each frame.