aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/format.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/format.el b/lisp/format.el
index 1222abbf658..5bf1be39475 100644
--- a/lisp/format.el
+++ b/lisp/format.el
@@ -1000,9 +1000,7 @@ either strings, or lists of the form (PARAMETER VALUE)."
1000 (if (not (and (proper-list-p old) 1000 (if (not (and (proper-list-p old)
1001 (proper-list-p new))) 1001 (proper-list-p new)))
1002 (format-annotate-atomic-property-change prop-alist old new) 1002 (format-annotate-atomic-property-change prop-alist old new)
1003 (let* ((old (if (listp old) old (list old))) 1003 (let (close open)
1004 (new (if (listp new) new (list new)))
1005 close open)
1006 (while old 1004 (while old
1007 (setq close 1005 (setq close
1008 (append (car (format-annotate-atomic-property-change 1006 (append (car (format-annotate-atomic-property-change