diff options
| -rw-r--r-- | lisp/progmodes/ada-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
| 1280 | (progn | 1280 | (progn |
| 1281 | (add-to-list 'align-dq-string-modes 'ada-mode) | 1281 | (add-to-list 'align-dq-string-modes 'ada-mode) |
| 1282 | (add-to-list 'align-open-comment-modes 'ada-mode) | 1282 | (add-to-list 'align-open-comment-modes 'ada-mode) |
| 1283 | (set (make-variable-buffer-local 'align-region-separate) | 1283 | (set (make-local-variable 'align-region-separate) |
| 1284 | ada-align-region-separate) | 1284 | ada-align-region-separate) |
| 1285 | 1285 | ||
| 1286 | ;; Exclude comments alone on line from alignment. | 1286 | ;; Exclude comments alone on line from alignment. |