Mercurial > emacs
changeset 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 | 4aac96985817 |
children | 40aaf4d2def3 |
files | lisp/progmodes/ada-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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.