]> git.eshelyaron.com Git - emacs.git/commit
Fix Qunbound-Qnil confusion in clrhash patch
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 22 Aug 2019 08:22:10 +0000 (01:22 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 22 Aug 2019 08:22:52 +0000 (01:22 -0700)
commite5defc3e0fc753231d04db514d650c731d12bf1e
tree952e26aaf0f41377e8c53c941fc232a748ad8b4a
parent7d15079c7e819dd7862b3f35df16e175802ca7a2
Fix Qunbound-Qnil confusion in clrhash patch

Problem reported by Stefan Monnier.
* src/fns.c (hash_clear): Fix typo I introduced in my previous
patch here, by setting keys to Qunbound not Qnil.
src/fns.c