aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2005-08-02 10:24:17 +0000
committerJuanma Barranquero <[email protected]>2005-08-02 10:24:17 +0000
commit2bd5227edee9a2d21df51ecf6ebaa2fe252a30db (patch)
treeeaee3db54a0961b482e3a5aca8ac67289bc33580 /lisp/progmodes
parent6f08431c31f1023943e5df310ded013ddab0f96d (diff)
(ada-mode): Use `make-local-variable', not `make-variable-buffer-local'.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/ada-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el
index de4cd1f4b1..ea99369d16 100644
--- a/lisp/progmodes/ada-mode.el
+++ b/lisp/progmodes/ada-mode.el
@@ -1280,7 +1280,7 @@ If you use ada-xref.el:
(progn
(add-to-list 'align-dq-string-modes 'ada-mode)
(add-to-list 'align-open-comment-modes 'ada-mode)
- (set (make-variable-buffer-local 'align-region-separate)
+ (set (make-local-variable 'align-region-separate)
ada-align-region-separate)
;; Exclude comments alone on line from alignment.