]> git.eshelyaron.com Git - emacs.git/commit
Fix infinite loop in delete-consecutive-dups
authorShigeru Fukaya <shigeru.fukaya@gmail.com>
Sun, 26 Jul 2015 17:43:10 +0000 (10:43 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 26 Jul 2015 17:43:28 +0000 (10:43 -0700)
commit4c55786d9b2a5d571f3e543cc261ce0702c7341e
tree676c9e5a2663ff32c744a45814f82ac3abc23159
parentfac8492664246c49ee145802cc124aa9e1636e7b
Fix infinite loop in delete-consecutive-dups

* lisp/subr.el (delete-consecutive-dups): Work even if the last
element is nil (Bug#20588).  Avoid rescan of a circular list in
deletion of last element.
lisp/subr.el