projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fde627
)
* lisp/format.el (format-annotate-single-property-change): Simplify.
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 10 Jul 2018 01:59:58 +0000
(18:59 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 10 Jul 2018 02:00:43 +0000
(19:00 -0700)
lisp/format.el
patch
|
blob
|
history
diff --git
a/lisp/format.el
b/lisp/format.el
index 1222abbf658ddd0d3e1b86c673e0ab8f054ad610..5bf1be394757dffc4a24d98041c86dca6480fabc 100644
(file)
--- a/
lisp/format.el
+++ b/
lisp/format.el
@@
-1000,9
+1000,7
@@
either strings, or lists of the form (PARAMETER VALUE)."
(if (not (and (proper-list-p old)
(proper-list-p new)))
(format-annotate-atomic-property-change prop-alist old new)
- (let* ((old (if (listp old) old (list old)))
- (new (if (listp new) new (list new)))
- close open)
+ (let (close open)
(while old
(setq close
(append (car (format-annotate-atomic-property-change