mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 10:57:34 +00:00
(ada-mode): Use make-local-variable', not make-variable-buffer-local'.
This commit is contained in:
parent
6f08431c31
commit
2bd5227ede
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue