]> git.eshelyaron.com Git - emacs.git/commitdiff
(ada-mode): Use `make-local-variable', not `make-variable-buffer-local'.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 2 Aug 2005 10:24:17 +0000 (10:24 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 2 Aug 2005 10:24:17 +0000 (10:24 +0000)
lisp/progmodes/ada-mode.el

index de4cd1f4b1e2e7f7e95b36d0b641f55bd9ccf2eb..ea99369d16b819dee36ecef258e33c8ceb4dd660 100644 (file)
@@ -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.