aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1997-06-02 19:58:49 +0000
committerRichard M. Stallman1997-06-02 19:58:49 +0000
commitc69dd504e58c92933d2eb1a83398b1a2e16ce05a (patch)
treed3290abb5772594668bdabadfc68fcf568d419a8 /lisp
parent1863bbf89490cfae806e9598a7ed4525cb7e0c08 (diff)
downloademacs-c69dd504e58c92933d2eb1a83398b1a2e16ce05a.tar.gz
emacs-c69dd504e58c92933d2eb1a83398b1a2e16ce05a.zip
Finish installing previous change.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/ada-mode.el11
1 files changed, 10 insertions, 1 deletions
diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el
index 99b4f8659c2..32a373a6f36 100644
--- a/lisp/progmodes/ada-mode.el
+++ b/lisp/progmodes/ada-mode.el
@@ -605,7 +605,16 @@ If you use ada-xref.el:
605 nil t 605 nil t
606 ((?\_ . "w")(?\. . "w")) 606 ((?\_ . "w")(?\. . "w"))
607 beginning-of-line 607 beginning-of-line
608 (font-lock-syntactic-keywords . ada-font-lock-syntactic-keywords)))) 608 (font-lock-syntactic-keywords . ada-font-lock-syntactic-keywords)))
609
610 ;; Set up support for find-file.el.
611 (make-variable-buffer-local 'ff-other-file-alist)
612 (make-variable-buffer-local 'ff-search-directories)
613 (setq ff-other-file-alist 'ada-other-file-alist
614 ff-search-directories 'ada-search-directories
615 ff-pre-load-hooks 'ff-which-function-are-we-in
616 ff-post-load-hooks 'ff-set-point-accordingly
617 ff-file-created-hooks 'ada-make-body))
609 618
610 (setq major-mode 'ada-mode) 619 (setq major-mode 'ada-mode)
611 (setq mode-name "Ada") 620 (setq mode-name "Ada")