From: Juanma Barranquero Date: Tue, 2 Aug 2005 10:24:17 +0000 (+0000) Subject: (ada-mode): Use `make-local-variable', not `make-variable-buffer-local'. X-Git-Tag: emacs-pretest-22.0.90~7807 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2bd5227edee9a2d21df51ecf6ebaa2fe252a30db;p=emacs.git (ada-mode): Use `make-local-variable', not `make-variable-buffer-local'. --- 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.