[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: dirtrack.el: `dirtrack-directory-change-hook'
From: |
Christoph Conrad |
Subject: |
Re: dirtrack.el: `dirtrack-directory-change-hook' |
Date: |
18 Oct 2000 08:33:25 +0200 |
In GNU Emacs 20.7.1 (i586-pc-linux-gnu, X toolkit)
of Wed Jun 28 2000 on mutzel
configured using `configure --with-x'
in dirtrack.el, `dirtrack'
...
(run-hooks dirtrack-directory-change-hook)
...
shouldn't it be called
(run-hooks 'dirtrack-directory-change-hook)
so that add-hook does work as expected? All examples in the elisp manual
are calling `run-hooks' in the second way?!
the same question for:
./generic.el:370: (run-hooks generic-mode-hooks)
./loadhist.el:146: (run-hooks unload-hook)
./emacs-lisp/find-func.el:270: (run-hooks find-function-after-hook))))
Best regards,
cu, -cc-
--
EMACS: Every Mode Accelerates Creation of Software
(defvar my-computer '((OS . "GNU Emacs") (system-type . gnu/linux))
"Programming environment.")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: dirtrack.el: `dirtrack-directory-change-hook',
Christoph Conrad <=