From 2bd5227edee9a2d21df51ecf6ebaa2fe252a30db Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 2 Aug 2005 10:24:17 +0000 Subject: [PATCH] (ada-mode): Use `make-local-variable', not `make-variable-buffer-local'. --- lisp/progmodes/ada-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el index de4cd1f4b1e..ea99369d16b 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. -- 2.11.4.GIT