]> git.eshelyaron.com Git - emacs.git/commit
loadhist.el (read-feature): Conform to completing-read
authorOleh Krehel <ohwoeowho@gmail.com>
Wed, 12 Aug 2015 18:12:14 +0000 (20:12 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Wed, 12 Aug 2015 18:15:57 +0000 (20:15 +0200)
commit401bc8b28d47db697e4997d35059ce5bc45f5648
tree72ae7a655f2db8b216baf17e5201c31d7b45b664
parentad0b6dd05a1a782dc12e921fc077aef46698e063
loadhist.el (read-feature): Conform to completing-read

* lisp/loadhist.el (read-feature): According to `completing-read'
  documentation, if collection is a list, then it must be a list of
  strings. And not a list of symbols like before.
lisp/loadhist.el