Mercurial > emacs
changeset 16954:380e33f3a5c6
Fix bug that caused crash on certain tags with parameters
author | Boris Goldowsky <boris@gnu.org> |
---|---|
date | Fri, 31 Jan 1997 19:53:54 +0000 |
parents | 46b39d9f3ad0 |
children | 228994bc4b43 |
files | lisp/format.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/format.el Fri Jan 31 09:35:39 1997 +0000 +++ b/lisp/format.el Fri Jan 31 19:53:54 1997 +0000 @@ -518,7 +518,7 @@ (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.