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/ada-mode.el


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

Index: emacs/lisp/progmodes/ada-mode.el
diff -c emacs/lisp/progmodes/ada-mode.el:1.62 
emacs/lisp/progmodes/ada-mode.el:1.63
*** emacs/lisp/progmodes/ada-mode.el:1.62       Tue May 10 09:12:40 2005
--- emacs/lisp/progmodes/ada-mode.el    Thu May 26 16:39:27 2005
***************
*** 1369,1375 ****
              (min ada-indent (current-column))))))
    (add-hook 'skeleton-end-hook  'ada-adjust-case-skeleton nil t)
  
!   (run-hooks 'ada-mode-hook)
  
    ;;  To be run after the hook, in case the user modified
    ;;  ada-fill-comment-prefix
--- 1369,1375 ----
              (min ada-indent (current-column))))))
    (add-hook 'skeleton-end-hook  'ada-adjust-case-skeleton nil t)
  
!   (run-mode-hooks 'ada-mode-hook)
  
    ;;  To be run after the hook, in case the user modified
    ;;  ada-fill-comment-prefix




reply via email to

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