]> git.eshelyaron.com Git - emacs.git/commitdiff
* progmodes/ada-mode.el (ada-mode):
authorLute Kamstra <lute@gnu.org>
Thu, 26 May 2005 16:43:37 +0000 (16:43 +0000)
committerLute Kamstra <lute@gnu.org>
Thu, 26 May 2005 16:43:37 +0000 (16:43 +0000)
* progmodes/antlr-mode.el (antlr-mode):
* progmodes/autoconf.el (autoconf-mode):
* progmodes/dcl-mode.el (dcl-mode):
* progmodes/delphi.el (delphi-mode):
* progmodes/ebrowse.el (ebrowse-tree-mode)
(ebrowse-electric-list-mode, ebrowse-member-mode)
(ebrowse-electric-position-mode):
* progmodes/f90.el (f90-mode):
* progmodes/fortran.el (fortran-mode):
* progmodes/icon.el (icon-mode):
* progmodes/idlw-help.el (idlwave-help-mode):
* progmodes/idlw-shell.el (idlwave-shell-mode):
* progmodes/idlwave.el (idlwave-mode):
* progmodes/inf-lisp.el (inferior-lisp-mode):
* progmodes/m4-mode.el (m4-mode):
* progmodes/meta-mode.el (metafont-mode, metapost-mode):
* progmodes/modula2.el (modula-2-mode):
* progmodes/octave-inf.el (inferior-octave-mode):
* progmodes/octave-mod.el (octave-mode):
* progmodes/pascal.el (pascal-mode):
* progmodes/sh-script.el (sh-mode):
* progmodes/sql.el (sql-mode, sql-interactive-mode):
* progmodes/vhdl-mode.el (vhdl-mode):
* progmodes/xscheme.el (scheme-interaction-mode):  Use run-mode-hooks.

24 files changed:
lisp/ChangeLog
lisp/progmodes/ada-mode.el
lisp/progmodes/antlr-mode.el
lisp/progmodes/autoconf.el
lisp/progmodes/dcl-mode.el
lisp/progmodes/delphi.el
lisp/progmodes/ebrowse.el
lisp/progmodes/f90.el
lisp/progmodes/fortran.el
lisp/progmodes/icon.el
lisp/progmodes/idlw-help.el
lisp/progmodes/idlw-shell.el
lisp/progmodes/idlwave.el
lisp/progmodes/inf-lisp.el
lisp/progmodes/m4-mode.el
lisp/progmodes/meta-mode.el
lisp/progmodes/modula2.el
lisp/progmodes/octave-inf.el
lisp/progmodes/octave-mod.el
lisp/progmodes/pascal.el
lisp/progmodes/sh-script.el
lisp/progmodes/sql.el
lisp/progmodes/vhdl-mode.el
lisp/progmodes/xscheme.el

index 057ed9519946f0fab1d70863afea2d0c0cc9510e..70a22f6123ef05421a919ad3fd974af9b72088cd 100644 (file)
        * play/snake.el (snake-mode):
        * play/solitaire.el (solitaire-mode):
        * play/tetris.el (tetris-mode):
+       * progmodes/ada-mode.el (ada-mode): 
+       * progmodes/antlr-mode.el (antlr-mode): 
+       * progmodes/autoconf.el (autoconf-mode): 
+       * progmodes/dcl-mode.el (dcl-mode): 
+       * progmodes/delphi.el (delphi-mode): 
+       * progmodes/ebrowse.el (ebrowse-tree-mode)
+       (ebrowse-electric-list-mode, ebrowse-member-mode)
+       (ebrowse-electric-position-mode): 
+       * progmodes/f90.el (f90-mode): 
+       * progmodes/fortran.el (fortran-mode): 
+       * progmodes/icon.el (icon-mode): 
+       * progmodes/idlw-help.el (idlwave-help-mode): 
+       * progmodes/idlw-shell.el (idlwave-shell-mode): 
+       * progmodes/idlwave.el (idlwave-mode): 
+       * progmodes/inf-lisp.el (inferior-lisp-mode): 
+       * progmodes/m4-mode.el (m4-mode): 
+       * progmodes/meta-mode.el (metafont-mode, metapost-mode): 
+       * progmodes/modula2.el (modula-2-mode): 
+       * progmodes/octave-inf.el (inferior-octave-mode): 
+       * progmodes/octave-mod.el (octave-mode): 
+       * progmodes/pascal.el (pascal-mode): 
+       * progmodes/sh-script.el (sh-mode): 
+       * progmodes/sql.el (sql-mode, sql-interactive-mode): 
+       * progmodes/vhdl-mode.el (vhdl-mode): 
+       * progmodes/xscheme.el (scheme-interaction-mode): 
        * replace.el (occur-mode):
        * ses.el (ses-mode):
        * simple.el (completion-list-mode):
index d31978b5ec9693c1b06cc57bb402ccddc2926608..bc0edb1f04743c8b6133bc9325e2e05983b8a9a6 100644 (file)
@@ -1369,7 +1369,7 @@ If you use ada-xref.el:
              (min ada-indent (current-column))))))
   (add-hook 'skeleton-end-hook  'ada-adjust-case-skeleton nil t)
 
-  (run-hooks 'ada-mode-hook)
+  (run-mode-hooks 'ada-mode-hook)
 
   ;;  To be run after the hook, in case the user modified
   ;;  ada-fill-comment-prefix
index 03587577f5970524fe20a5610affa5b6eaf0e72f..bdf376bfab78a587ca12a49f81d92911716e592d 100644 (file)
@@ -2624,7 +2624,7 @@ the default language."
        (imenu-add-to-menubar
        (if (stringp antlr-imenu-name) antlr-imenu-name "Index")))
   (antlr-set-tabs)
-  (run-hooks 'antlr-mode-hook))
+  (run-mode-hooks 'antlr-mode-hook))
 
 ;; A smarter version of `group-buffers-menu-by-mode-then-alphabetically' (in
 ;; XEmacs) could use the following property.  The header of the submenu would
index ec83e33b10df37b97800dbc922654c7f35d0ce98..908b18b070b1fcc839e97dd63f2e3932d8ebda06 100644 (file)
@@ -103,7 +103,7 @@ searching backwards at another AC_... command."
   (set (make-local-variable 'indent-line-function) #'indent-relative)
   (set (make-local-variable 'add-log-current-defun-function)
        #'autoconf-current-defun-function)
-  (run-hooks 'autoconf-mode-hook))
+  (run-mode-hooks 'autoconf-mode-hook))
 
 (provide 'autoconf-mode)
 
index b52e004e5bbc985ad37c1355c2179e1224063593..0a89091165c995702f2db527dcb5f95e2bf25552 100644 (file)
@@ -641,7 +641,7 @@ There is some minimal font-lock support (see vars
   (setq mode-name "DCL")
   (use-local-map dcl-mode-map)
   (tempo-use-tag-list 'dcl-tempo-tags)
-  (run-hooks 'dcl-mode-hook))
+  (run-mode-hooks 'dcl-mode-hook))
 
 
 ;;; *** Movement commands ***************************************************
index 8d3ee554026462046206a6eba30521458857830f..3d86f15c17535a4453acbb864fbe1b9289d8efb0 100644 (file)
@@ -2002,7 +2002,7 @@ no args, if that value is non-nil."
        (delphi-parse-region (point-min) (point-max))
        (delphi-progress-done))))
 
-  (run-hooks 'delphi-mode-hook))
+  (run-mode-hooks 'delphi-mode-hook))
 
 ;;; arch-tag: 410e192d-e9b5-4397-ad62-12340fc3fa41
 ;;; delphi.el ends here
index 6dd15897e7bf95e02c3183deb8acb44b2ff357c8..953ecd79f7fe2bdf608943c05df32348214bf548 100644 (file)
@@ -1162,7 +1162,7 @@ Tree mode key bindings:
     (when tree
       (ebrowse-redraw-tree)
       (set-buffer-modified-p nil))
-    (run-hooks 'ebrowse-tree-mode-hook)))
+    (run-mode-hooks 'ebrowse-tree-mode-hook)))
 
 
 
@@ -2026,7 +2026,7 @@ COLLAPSE non-nil means collapse the branch."
        truncate-lines t
        buffer-read-only t
        major-mode 'ebrowse-electric-list-mode)
-  (run-hooks 'ebrowse-electric-list-mode-hook))
+  (run-mode-hooks 'ebrowse-electric-list-mode-hook))
 
 
 (defun ebrowse-list-tree-buffers ()
@@ -2277,7 +2277,7 @@ See 'Electric-command-loop' for a description of STATE and CONDITION."
        ebrowse--const-display-flag nil
        ebrowse--pure-display-flag nil)
   (modify-syntax-entry ?_ (char-to-string (char-syntax ?a)))
-  (run-hooks 'ebrowse-member-mode-hook))
+  (run-mode-hooks 'ebrowse-member-mode-hook))
 
 
 \f
@@ -3987,7 +3987,7 @@ Runs the hook `ebrowse-electric-position-mode-hook'."
        truncate-lines t
        buffer-read-only t
        major-mode 'ebrowse-electric-position-mode)
-  (run-hooks 'ebrowse-electric-position-mode-hook))
+  (run-mode-hooks 'ebrowse-electric-position-mode-hook))
 
 
 (defun ebrowse-draw-position-buffer ()
index eb6db05c1590d397c0acd55be617521e26d650b4..6eb39051984afb753aa089df14a81745d97df201 100644 (file)
@@ -830,7 +830,7 @@ with no args, if that value is non-nil."
   (set (make-local-variable 'end-of-defun-function) 'f90-end-of-subprogram)
   (set (make-local-variable 'add-log-current-defun-function)
        #'f90-current-defun)
-  (run-hooks 'f90-mode-hook))
+  (run-mode-hooks 'f90-mode-hook))
 
 \f
 ;; Inline-functions.
index 30e1977d28dbf96269933e78bc5cfa95b8e2f7b0..458a4c8de2b686ba23b20da04206b9885770d1e0 100644 (file)
@@ -799,7 +799,7 @@ with no args, if that value is non-nil."
        #'fortran-current-defun)
   (set (make-local-variable 'dabbrev-case-fold-search) 'case-fold-search)
   (set (make-local-variable 'gud-find-expr-function) 'fortran-gud-find-expr)
-  (run-hooks 'fortran-mode-hook))
+  (run-mode-hooks 'fortran-mode-hook))
 
 \f
 (defun fortran-gud-find-expr ()
index c61c64532a30eb6a5e57141bd9dbe115aa94aa58..0eb1b8bf3dfe8b0a3f42462c609d588e626cef6e 100644 (file)
@@ -205,7 +205,7 @@ with no args, if that value is non-nil."
          (cons '(icon-mode  "\\<procedure\\>" "\\<end\\>" nil
                             icon-forward-sexp-function)
                hs-special-modes-alist)))
-  (run-hooks 'icon-mode-hook))
+  (run-mode-hooks 'icon-mode-hook))
 \f
 ;; This is used by indent-for-comment to decide how much to
 ;; indent a comment in Icon code based on its context.
index 8696e1a7d6353126102c38d81dc35bc581d69705..6c2cb00bbde5df66a33ea61535cca249e0485085 100644 (file)
@@ -278,7 +278,7 @@ Here are all keybindings.
   (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))
+  (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."
index 77244819f1be52e634ec6eb83d1ed7dfade3c61f..e804b9f8d50622e99819e0dc80885d2cdec9bda3 100644 (file)
@@ -1055,7 +1055,7 @@ IDL has currently stepped.")
   (set (make-local-variable 'tool-bar-map) nil)
 
   ;; Run the hooks.
-  (run-hooks 'idlwave-shell-mode-hook)
+  (run-mode-hooks 'idlwave-shell-mode-hook)
   (idlwave-shell-send-command idlwave-shell-initial-commands nil 'hide)
   ;; Turn off IDL's ^d interpreting, and define a system
   ;; variable which knows the version of IDLWAVE
index a118b0055a9855c854c8a6c7039fd8f5e58015c7..6bd7e0eaced8ff1743a02265c7a00514b570c237 100644 (file)
@@ -1954,7 +1954,7 @@ The main features of this mode are
   (idlwave-new-buffer-update)
 
   ;; Run the mode hook
-  (run-hooks 'idlwave-mode-hook))
+  (run-mode-hooks 'idlwave-mode-hook))
 
 (defvar idlwave-setup-done nil)
 (defun idlwave-setup ()
index 13bc7f089998c883c20507f40be03a59173f4b20..b59ac86d41714f05eab7083c85dd45ff6b5e191b 100644 (file)
@@ -269,7 +269,7 @@ to continue it."
   (use-local-map inferior-lisp-mode-map)    ;c-c c-k for "kompile" file
   (setq comint-get-old-input (function lisp-get-old-input))
   (setq comint-input-filter (function lisp-input-filter))
-  (run-hooks 'inferior-lisp-mode-hook))
+  (run-mode-hooks 'inferior-lisp-mode-hook))
 
 (defun lisp-get-old-input ()
   "Return a string containing the sexp ending at point."
index bd6fac5c63928741327f91dba8822cb37f2733c2..5becd22f6ebf90605e2ad5b76fde4ef8e893a7f0 100644 (file)
        font-lock-defaults '(m4-font-lock-keywords nil)
        )
   (set-syntax-table m4-mode-syntax-table)
-  (run-hooks 'm4-mode-hook))
+  (run-mode-hooks 'm4-mode-hook))
 
 (provide 'm4-mode)
 ;;stuff to play with for debugging
index 7bf9921b2eeeabd504e4d580c6879622afbf1280..3d77de8f182a4f42a323c5547a08206656b5c095 100644 (file)
@@ -998,7 +998,7 @@ Turning on Metafont mode calls the value of the variables
   (setq meta-complete-list
         (list (list "\\<\\(\\sw+\\)" 1 'meta-symbol-list)
               (list "" 'ispell-complete-word)))
-  (run-hooks 'meta-common-mode-hook 'metafont-mode-hook))
+  (run-mode-hooks 'meta-common-mode-hook 'metafont-mode-hook))
 
 ;;;###autoload
 (defun metapost-mode ()
@@ -1023,7 +1023,7 @@ Turning on MetaPost mode calls the value of the variable
   (setq meta-complete-list
         (list (list "\\<\\(\\sw+\\)" 1 'meta-symbol-list)
               (list "" 'ispell-complete-word)))
-  (run-hooks 'meta-common-mode-hook 'metapost-mode-hook))
+  (run-mode-hooks 'meta-common-mode-hook 'metapost-mode-hook))
 
 
 ;;; Just in case ...
index 0fa46bee0f9773795e806ee496747ac8f885db4d..5fd3dbcb11bb7c8b822b090f00fb95dfe8e2601f 100644 (file)
@@ -172,7 +172,7 @@ followed by the first character of the construct.
          ;; Obsoleted by Emacs 19.35 parse-partial-sexp's COMMENTSTOP.
          ;(font-lock-comment-start-regexp . "(\\*")
          ))
-  (run-hooks 'm2-mode-hook))
+  (run-mode-hooks 'm2-mode-hook))
 \f
 ;; Regexps written with help from Ron Forrester <ron@orcad.com>
 ;; and Spencer Allain <sallain@teknowledge.com>.
index 265cf6c049b14389bfe30445667aaae08bf1be8e..250d00171f2e90eb5293abfe670dc8d6dce1d3b5 100644 (file)
@@ -158,7 +158,7 @@ Entry to this mode successively runs the hooks `comint-mode-hook' and
        inferior-octave-dynamic-complete-functions)
   (comint-read-input-ring t)
 
-  (run-hooks 'inferior-octave-mode-hook))
+  (run-mode-hooks 'inferior-octave-mode-hook))
 
 ;;;###autoload
 (defun inferior-octave (&optional arg)
index 281edfd693efb2bcc4e91b323aedcce9c6735ada..35d5bd897c91b7893c9349dae37ceed8abf1cf47 100644 (file)
@@ -555,7 +555,7 @@ including a reproducible test case and send the message."
 
   (octave-add-octave-menu)
   (octave-initialize-completions)
-  (run-hooks 'octave-mode-hook))
+  (run-mode-hooks 'octave-mode-hook))
 \f
 ;;; Miscellaneous useful functions
 (defun octave-describe-major-mode ()
index 6292fd36a6726941b3ff017f8b2ec874e82d3094..e4d362445371a371cf709db922f86c67aeb560bb 100644 (file)
@@ -383,7 +383,7 @@ no args, if that value is non-nil."
   (make-local-variable 'imenu-generic-expression)
   (setq imenu-generic-expression pascal-imenu-generic-expression)
   (setq imenu-case-fold-search t)
-  (run-hooks 'pascal-mode-hook))
+  (run-mode-hooks 'pascal-mode-hook))
 
 \f
 
index e2d82f7f13be495e0cb4c8a1ca27814bea226dd5..604ff8c1e782452f4904928848e4174c205ebc30 100644 (file)
@@ -1392,7 +1392,7 @@ with your script for an edit-interpret-debug cycle."
                       (string-match "\\.m?spec\\'" buffer-file-name))
                  "rpm")))))
     (sh-set-shell (or interpreter sh-shell-file) nil nil))
-  (run-hooks 'sh-mode-hook))
+  (run-mode-hooks 'sh-mode-hook))
 
 ;;;###autoload
 (defalias 'shell-script-mode 'sh-mode)
index 902cd920eadaf501ba977b3eac38b99c474f8cf5..add4493e5f8447e423968bf684dff1ed1b2215a1 100644 (file)
@@ -2249,7 +2249,7 @@ you must tell Emacs.  Here's how to do that in your `~/.emacs' file:
   (setq local-abbrev-table sql-mode-abbrev-table)
   (setq abbrev-all-caps 1)
   ;; Run hook
-  (run-hooks 'sql-mode-hook)
+  (run-mode-hooks 'sql-mode-hook)
   ;; Catch changes to sql-product and highlight accordingly
   (sql-highlight-product)
   (add-hook 'hack-local-variables-hook 'sql-highlight-product t t))
@@ -2367,7 +2367,7 @@ you entered, right above the output it created.
   (make-local-variable 'sql-input-ring-separator)
   (make-local-variable 'sql-input-ring-file-name)
   ;; Run hook.
-  (run-hooks 'sql-interactive-mode-hook)
+  (run-mode-hooks 'sql-interactive-mode-hook)
   ;; Set comint based on user overrides.
   (setq comint-prompt-regexp sql-prompt-regexp)
   (setq left-margin sql-prompt-length)
index f840ef356d9f6335595750a1df4ecf93538cd3d3..af05de75b3431fceca04876b86cfcc071ffea87a 100644 (file)
@@ -4622,7 +4622,7 @@ Key bindings:
           (if noninteractive "" "  See menu for documentation and release notes."))
 
   ;; run hooks
-  (run-hooks 'vhdl-mode-hook))
+  (run-mode-hooks 'vhdl-mode-hook))
 
 (defun vhdl-activate-customizations ()
   "Activate all customizations on local variables."
index bf1279da8a0f0a5c0b40cd366e0c15e7c89cb3d7..8ee791affe12a732186551fa2f5ea7a56cb622a7 100644 (file)
@@ -338,7 +338,7 @@ with no args, if that value is non-nil.
                 (setq xscheme-previous-process-state (cons nil nil)))))))
   (scheme-interaction-mode-initialize)
   (scheme-mode-variables)
-  (run-hooks 'scheme-mode-hook 'scheme-interaction-mode-hook))
+  (run-mode-hooks 'scheme-mode-hook 'scheme-interaction-mode-hook))
 
 (defun exit-scheme-interaction-mode ()
   "Take buffer out of scheme interaction mode"