comparison lispref/hooks.texi @ 89910:548375b6b1f8

Update unicode branch
author Miles Bader <miles@gnu.org>
date Mon, 19 Apr 2004 07:01:43 +0000
parents 375f2633d815
children 4c90ffeb71c5
comparison
equal deleted inserted replaced
89909:68c22ea6027c 89910:548375b6b1f8
1 @c -*-texinfo-*- 1 @c -*-texinfo-*-
2 @c This is part of the GNU Emacs Lisp Reference Manual. 2 @c This is part of the GNU Emacs Lisp Reference Manual.
3 @c Copyright (C) 1990, 1991, 1992, 1993, 1998 Free Software Foundation, Inc. 3 @c Copyright (C) 1990, 1991, 1992, 1993, 1998, 2004 Free Software Foundation, Inc.
4 @c See the file elisp.texi for copying conditions. 4 @c See the file elisp.texi for copying conditions.
5 @setfilename ../info/hooks 5 @setfilename ../info/hooks
6 @node Standard Hooks, Index, Standard Keymaps, Top 6 @node Standard Hooks, Index, Standard Keymaps, Top
7 @appendix Standard Hooks 7 @appendix Standard Hooks
8 8
45 @item auto-save-hook 45 @item auto-save-hook
46 @item before-change-functions 46 @item before-change-functions
47 @item before-init-hook 47 @item before-init-hook
48 @item before-make-frame-hook 48 @item before-make-frame-hook
49 @item before-revert-hook 49 @item before-revert-hook
50 @item before-save-hook
50 @item blink-paren-function 51 @item blink-paren-function
51 @item buffer-access-fontify-functions 52 @item buffer-access-fontify-functions
52 @item c-mode-hook 53 @item c-mode-hook
53 @item calendar-load-hook 54 @item calendar-load-hook
54 @item change-major-mode-hook 55 @item change-major-mode-hook
134 @item window-size-change-functions 135 @item window-size-change-functions
135 @item write-contents-functions 136 @item write-contents-functions
136 @item write-file-functions 137 @item write-file-functions
137 @item write-region-annotate-functions 138 @item write-region-annotate-functions
138 @end table 139 @end table
140
141 @ignore
142 arch-tag: 55fd0296-d906-4551-b300-979d3846aa88
143 @end ignore