Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
916a89db
Commit
916a89db
authored
Oct 17, 2000
by
Kai Großjohann
Browse files
Obsolete variable `after-make-frame-hook'.
parent
1f0b3fd2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
2 deletions
+11
-2
lispref/ChangeLog
lispref/ChangeLog
+9
-0
lispref/frames.texi
lispref/frames.texi
+1
-1
lispref/variables.texi
lispref/variables.texi
+1
-1
No files found.
lispref/ChangeLog
View file @
916a89db
2000-10-18 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
* 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 <gerd@gnu.org>
* display.texi (Other Image Types): Add description of :foreground
...
...
lispref/frames.texi
View file @
916a89db
...
...
@@ -101,7 +101,7 @@ frame.
@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
...
...
lispref/variables.texi
View file @
916a89db
...
...
@@ -1641,7 +1641,7 @@ the variable changes that binding. You can observe the result with
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment