cd c:\Hacking\XEmacs\xemacs-21.5\ c:\cygwin\bin\find c:\Hacking\XEmacs\xemacs-21.5 -type d "(" -name RCS -o -name CVS -o -name SCCS ")" -prune -o -type f "!" -name "*~" "!" -name "*,v" "!" -name "s.*" -name "*.el" -print0 | xargs -0 -e egrep -n -e "make-local-variable.*hook" NUL Compilation started at Sun May 13 10:17:41 2001 +0200 (W. Europe Daylight Time) c:\Hacking\XEmacs\xemacs-21.5/lisp/files.el:2807: (make-local-variable 'revert-buffer-internal-hook) c:\Hacking\XEmacs\xemacs-21.5/lisp/info.el:3021: (make-local-variable 'mouse-track-click-hook) c:\Hacking\XEmacs\xemacs-21.5/lisp/minibuf.el:435: (make-local-variable 'mode-motion-hook) c:\Hacking\XEmacs\xemacs-21.5/lisp/minibuf.el:439: (make-local-variable 'mouse-track-click-hook) c:\Hacking\XEmacs\xemacs-21.5/lisp/subr.el:121:Do not use `make-local-variable' to make a hook variable buffer-local. c:\Hacking\XEmacs\xemacs-21.5/lisp/subr.el:127: (make-local-variable hook) c:\Hacking\XEmacs\xemacs-21.5/lisp/subr.el:157: ;; Detect the case where make-local-variable was used on a hook c:\Hacking\XEmacs\xemacs-21.5/lisp/subr.el:213: ;; Detect the case where make-local-variable was used on a hook c:\Hacking\XEmacs\xemacs-21.5/lisp/view-less.el:200: (add-hook (make-local-variable 'change-major-mode-hook) igrep finished at Sun May 13 10:19:07