From 2df566e66615754283299a64fcee39f6da7ccb4c Mon Sep 17 00:00:00 2001 From: Boris Goldowsky Date: Fri, 31 Jan 1997 19:53:54 +0000 Subject: [PATCH] Fix bug that caused crash on certain tags with parameters --- lisp/format.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." (assoc (car to-reset) (cdr open-ans))) (if this-one - (setcdr this-one (list loc))) + (setcar (cdr this-one) loc)) (setq to-reset (cdr to-reset)))) ;; Set loop variables to nil so loop ;; will exit. -- 2.39.5