]> code.delx.au - gnu-emacs/commit
Fix seq requirement that broke bootstrap
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 23 May 2016 15:13:03 +0000 (08:13 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 23 May 2016 15:13:20 +0000 (08:13 -0700)
commitc6493c68f8fd6a5e6893eb3837a1a27f8d8a98a8
tree0ab2b6aa39f535e4c283a62bd1fc0370c38e6097
parentb6baa31e9d37451dbf49d5b9050a2fe0dffff570
Fix seq requirement that broke bootstrap

* lisp/image.el (image--get-image): Require seq here, not at the
top level, to avoid ‘(require seq) while preparing to dump’ while
bootstrapping.  Suggested by Tino Calancha in:
http://lists.gnu.org/archive/html/emacs-devel/2016-05/msg00477.html
lisp/image.el