Mercurial > emacs
comparison lispref/variables.texi @ 32596:1cb37313bcac
Obsolete variable `after-make-frame-hook'.
author | Kai Großjohann <kgrossjo@eu.uu.net> |
---|---|
date | Tue, 17 Oct 2000 22:20:22 +0000 |
parents | 0dca3aa6405a |
children | 313d4c5de5ca |
comparison
equal
deleted
inserted
replaced
32595:6271a432fb2b | 32596:1cb37313bcac |
---|---|
1639 | 1639 |
1640 We have considered the idea of bindings that are local to a category | 1640 We have considered the idea of bindings that are local to a category |
1641 of frames---for example, all color frames, or all frames with dark | 1641 of frames---for example, all color frames, or all frames with dark |
1642 backgrounds. We have not implemented them because it is not clear that | 1642 backgrounds. We have not implemented them because it is not clear that |
1643 this feature is really useful. You can get more or less the same | 1643 this feature is really useful. You can get more or less the same |
1644 results by adding a function to @code{after-make-frame-hook}, set up to | 1644 results by adding a function to @code{after-make-frame-functions}, set up to |
1645 define a particular frame parameter according to the appropriate | 1645 define a particular frame parameter according to the appropriate |
1646 conditions for each frame. | 1646 conditions for each frame. |
1647 | 1647 |
1648 It would also be possible to implement window-local bindings. We | 1648 It would also be possible to implement window-local bindings. We |
1649 don't know of many situations where they would be useful, and it seems | 1649 don't know of many situations where they would be useful, and it seems |