1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-01 03:11:09 -08:00
emacs/lisp/progmodes
Stefan Monnier d106953274 Cleanup uses of "-hooks".
* doc/emacs/custom.texi (Hooks):
* doc/lispref/hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.

* lisp/gnus/nndiary.el (nndiary-request-create-group-functions)
(nndiary-request-update-info-functions)
(nndiary-request-accept-article-functions):
* lisp/gnus/gnus-start.el (gnus-subscribe-newsgroup-functions):
* lisp/cedet/semantic/db-file.el (semanticdb-save-database-functions):
* lisp/cedet/semantic/lex.el (semantic-lex-reset-functions):
* lisp/cedet/semantic/edit.el (semantic-change-functions)
(semantic-edits-new-change-functions)
(semantic-edits-delete-change-functions)
(semantic-edits-reparse-change-functions):
* lisp/htmlfontify.el (hfy-post-html-hook):
* lisp/filesets.el (filesets-cache-fill-content-hook):
* lisp/arc-mode.el (archive-extract-hook):
* lisp/progmodes/cc-mode.el (c-prepare-bug-report-hook):
* lisp/net/rcirc.el (rcirc-sentinel-functions)
(rcirc-receive-message-functions, rcirc-activity-functions)
(rcirc-print-functions):
* lisp/net/dbus.el (dbus-event-error-functions):
* lisp/emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
* lisp/emacs-lisp/checkdoc.el (checkdoc-style-functions)
(checkdoc-comment-style-functions): Don't use "-hooks" suffix.

* lisp/term/sun.el (sun-raw-prefix-hooks):
* lisp/mail/sendmail.el (mail-yank-hooks):
* lisp/mh-e/mh-letter.el (mh-yank-hooks): Use make-obsolete-variable.
2012-10-23 11:06:07 -04:00
..
.gitignore
ada-mode.el Fix uses of long-obsolete font-lock-reference face. 2012-09-24 19:39:33 +08:00
ada-prj.el
ada-stmt.el
ada-xref.el
antlr-mode.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
asm-mode.el
autoconf.el
bug-reference.el Add missing :version tags 2012-10-06 13:30:26 -07:00
cap-words.el
cc-align.el
cc-awk.el
cc-bytecomp.el * lisp/progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused. 2012-10-09 02:36:16 -04:00
cc-cmds.el Backport: AWK Mode: make auto-newline work when there's "==" in the 2012-09-09 09:56:38 +08:00
cc-compat.el
cc-defs.el Update some function declarations 2012-09-13 14:41:21 -04:00
cc-engine.el Correct the handling of two c-state-cache state variables. 2012-09-09 11:03:37 +00:00
cc-fonts.el
cc-guess.el
cc-langs.el Update some function declarations 2012-09-13 14:41:21 -04:00
cc-menus.el
cc-mode.el Cleanup uses of "-hooks". 2012-10-23 11:06:07 -04:00
cc-styles.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
cc-vars.el * lisp/progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused. 2012-10-09 02:36:16 -04:00
cfengine.el
cmacexp.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
compile.el Adapt compile.el to changes in MSVC diagnostics format. 2012-10-14 09:40:05 +02:00
cperl-mode.el
cpp.el
cwarn.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
dcl-mode.el
delphi.el
ebnf-abn.el
ebnf-bnf.el
ebnf-dtd.el
ebnf-ebx.el
ebnf-iso.el
ebnf-otz.el
ebnf-yac.el
ebnf2ps.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
ebrowse.el Remove unread-command-char. 2012-09-12 15:16:36 -04:00
etags.el
executable.el
f90.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
flymake.el * progmodes/flymake.el (flymake-create-temp-inplace): Use file-truename. 2012-10-20 19:34:06 +08:00
fortran.el
gdb-mi.el Fix how gdb-mi calls display-buffer to avoid switching frames. 2012-10-19 03:46:18 +08:00
glasses.el
grep.el * lisp/replace.el (query-replace-read-from): Use `read-regexp' instead 2012-09-21 00:57:13 +03:00
gud.el Fix how gdb-mi calls display-buffer to avoid switching frames. 2012-10-19 03:46:18 +08:00
hideif.el Incorporate Semantic's hideif components into hideif.el (replacing advice) 2012-10-02 23:21:47 +08:00
hideshow.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
icon.el
idlw-complete-structtag.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
idlw-help.el
idlw-shell.el Merge from emacs-24; up to 2012-05-07T14:57:18Z!michael.albinus@gmx.de 2012-09-21 11:03:48 +08:00
idlw-toolbar.el
idlwave.el Fix uses of long-obsolete font-lock-reference face. 2012-09-24 19:39:33 +08:00
inf-lisp.el Remove purecopy's that are no longer needed following previous change 2012-09-29 11:30:52 -07:00
js.el
ld-script.el
m4-mode.el
make-mode.el
mantemp.el
meta-mode.el
mixal-mode.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
modula2.el
octave-inf.el
octave-mod.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
pascal.el
perl-mode.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
prolog.el Fix uses of long-obsolete font-lock-reference face. 2012-09-24 19:39:33 +08:00
ps-mode.el Fix uses of long-obsolete font-lock-reference face. 2012-09-24 19:39:33 +08:00
python.el * progmodes/python.el (python-mode-map): Replace 2012-10-11 21:07:25 -03:00
ruby-mode.el Fix uses of long-obsolete font-lock-reference face. 2012-09-24 19:39:33 +08:00
scheme.el
sh-script.el * progmodes/sh-script.el (sh-indent-after-continuation): Add explicit :group. 2012-10-06 13:34:45 -07:00
simula.el
sql.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
subword.el
tcl.el Remove unnecessary require when compiling tcl.el 2012-09-27 00:23:10 -07:00
vera-mode.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
verilog-mode.el Add missing :version tags 2012-10-06 13:30:26 -07:00
vhdl-mode.el Add missing :version tags 2012-10-06 13:30:26 -07:00
which-func.el * lisp/progmodes/which-func.el (which-func-current): The hash-table may have 2012-10-22 09:29:28 -04:00
xscheme.el