diff options
| -rw-r--r-- | lisp/format.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/format.el b/lisp/format.el index 0b0910cef66..ed70fa9d1c6 100644 --- a/lisp/format.el +++ b/lisp/format.el | |||
| @@ -518,7 +518,7 @@ to write these unknown annotations back into the file." | |||
| 518 | (assoc (car to-reset) | 518 | (assoc (car to-reset) |
| 519 | (cdr open-ans))) | 519 | (cdr open-ans))) |
| 520 | (if this-one | 520 | (if this-one |
| 521 | (setcdr this-one (list loc))) | 521 | (setcar (cdr this-one) loc)) |
| 522 | (setq to-reset (cdr to-reset)))) | 522 | (setq to-reset (cdr to-reset)))) |
| 523 | ;; Set loop variables to nil so loop | 523 | ;; Set loop variables to nil so loop |
| 524 | ;; will exit. | 524 | ;; will exit. |