all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Special treatment of `term-setup-hook'
@ 2006-10-24  9:02 Juanma Barranquero
  2006-12-07  1:07 ` Juanma Barranquero
  0 siblings, 1 reply; 6+ messages in thread
From: Juanma Barranquero @ 2006-10-24  9:02 UTC (permalink / raw)


Twice in startup.el there's this code:

 (run-hooks 'emacs-startup-hook)
 (and term-setup-hook
      (run-hooks 'term-setup-hook))

What is so special in `term-setup-hook' that precludes simply doing

 (run-hooks 'emacs-startup-hook)
 (run-hooks 'term-setup-hook)

?

                    /L/e/k/t/u

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-12-07 16:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-24  9:02 Special treatment of `term-setup-hook' Juanma Barranquero
2006-12-07  1:07 ` Juanma Barranquero
2006-12-07  4:22   ` Eli Zaretskii
2006-12-07 15:58     ` Juanma Barranquero
2006-12-07 16:11       ` Kim F. Storm
2006-12-07 16:31         ` Juanma Barranquero

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.