aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ada.el
diff options
context:
space:
mode:
authorEric S. Raymond <[email protected]>1993-03-22 03:27:18 +0000
committerEric S. Raymond <[email protected]>1993-03-22 03:27:18 +0000
commite41b2db1da153e3ead4a01cb6e729cb99cad78ae (patch)
treeb1a9c9c673da674b66521088f3247ac5a34f5a02 /lisp/ada.el
parent33d92c1f9de704cda9309731b4d6add46178aafc (diff)
Added or corrected Commentary sections
Diffstat (limited to 'lisp/ada.el')
-rw-r--r--lisp/ada.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ada.el b/lisp/ada.el
index 6cb305c342..8ee750fc6c 100644
--- a/lisp/ada.el
+++ b/lisp/ada.el
@@ -166,8 +166,8 @@ Variable `ada-indent' controls the number of spaces for indent/undent."
(setq comment-column 41)
(make-local-variable 'comment-start-skip)
(setq comment-start-skip "--+ *")
- (make-local-variable 'comment-indent-hook)
- (setq comment-indent-hook 'c-comment-indent)
+ (make-local-variable 'comment-indent-function)
+ (setq comment-indent-function 'c-comment-indent)
(make-local-variable 'parse-sexp-ignore-comments)
(setq parse-sexp-ignore-comments t)
(run-hooks 'ada-mode-hook))