diff lisp/progmodes/ada-mode.el @ 64717:fb2399664e62

(ada-mode): Use `make-local-variable', not `make-variable-buffer-local'.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 02 Aug 2005 10:24:17 +0000
parents 629afbe74e61
children 554ac3736464 edf295560b5a
line wrap: on
line diff
--- a/lisp/progmodes/ada-mode.el	Tue Aug 02 09:42:20 2005 +0000
+++ b/lisp/progmodes/ada-mode.el	Tue Aug 02 10:24:17 2005 +0000
@@ -1280,7 +1280,7 @@
       (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.