]> git.eshelyaron.com Git - emacs.git/commit
Fix dired.c typo with ptrdiff_t vs Lisp_Object
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 23 Dec 2015 19:47:52 +0000 (11:47 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 23 Dec 2015 19:49:22 +0000 (11:49 -0800)
commit04dd5a502e76f11ca33550d0b03b28d3f65ee5b8
tree6f5c5871b895cb7e02321259cfb16c8999e0db17
parent68218d82649c7336874438a7010a180ad3e50803
Fix dired.c typo with ptrdiff_t vs Lisp_Object

* src/dired.c (file_name_completion): Don't assume Lisp_Object is
an integer type, fixing a problem introduced in the recent fix for
Bug#22169.
src/dired.c