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/icon.el


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

Index: emacs/lisp/progmodes/icon.el
diff -c emacs/lisp/progmodes/icon.el:1.29 emacs/lisp/progmodes/icon.el:1.30
*** emacs/lisp/progmodes/icon.el:1.29   Fri Dec 31 14:53:55 2004
--- emacs/lisp/progmodes/icon.el        Thu May 26 16:39:27 2005
***************
*** 205,211 ****
          (cons '(icon-mode  "\\<procedure\\>" "\\<end\\>" nil
                             icon-forward-sexp-function)
                hs-special-modes-alist)))
!   (run-hooks 'icon-mode-hook))
  
  ;; This is used by indent-for-comment to decide how much to
  ;; indent a comment in Icon code based on its context.
--- 205,211 ----
          (cons '(icon-mode  "\\<procedure\\>" "\\<end\\>" nil
                             icon-forward-sexp-function)
                hs-special-modes-alist)))
!   (run-mode-hooks 'icon-mode-hook))
  
  ;; This is used by indent-for-comment to decide how much to
  ;; indent a comment in Icon code based on its context.




reply via email to

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