Index: emacs/lisp/progmodes/idlw-help.el
diff -c emacs/lisp/progmodes/idlw-help.el:1.4 
emacs/lisp/progmodes/idlw-help.el:1.5
*** emacs/lisp/progmodes/idlw-help.el:1.4       Fri May  6 19:25:57 2005
--- emacs/lisp/progmodes/idlw-help.el   Thu May 26 16:39:27 2005
***************
*** 278,284 ****
    (set (make-local-variable 'idlwave-help-def-pos) nil)
    (set (make-local-variable 'idlwave-help-args) nil)
    (set (make-local-variable 'idlwave-help-in-header) nil)
!   (run-hooks 'idlwave-help-mode-hook))
  
  (defun idlwave-html-help-location ()
    "Return the help directory where HTML files are, or nil if that is unknown."
--- 278,284 ----
    (set (make-local-variable 'idlwave-help-def-pos) nil)
    (set (make-local-variable 'idlwave-help-args) nil)
    (set (make-local-variable 'idlwave-help-in-header) nil)
!   (run-mode-hooks 'idlwave-help-mode-hook))
  
  (defun idlwave-html-help-location ()
    "Return the help directory where HTML files are, or nil if that is unknown."


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to