emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/idlw-help.el


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/idlw-help.el
Date: Thu, 26 May 2005 12:39:35 -0400

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."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]