From: Boris Goldowsky Date: Fri, 31 Jan 1997 19:53:54 +0000 (+0000) Subject: Fix bug that caused crash on certain tags with parameters X-Git-Tag: emacs-20.1~2990 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2df566e66615754283299a64fcee39f6da7ccb4c;p=emacs.git Fix bug that caused crash on certain tags with parameters --- 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.