1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

(ada-mode): Use make-local-variable', not make-variable-buffer-local'.

This commit is contained in:
Juanma Barranquero 2005-08-02 10:24:17 +00:00
parent 6f08431c31
commit 2bd5227ede

View 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.