]> code.delx.au - gnu-emacs/commit
Avoid describe-key error with lambdas
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Apr 2016 20:58:57 +0000 (13:58 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Apr 2016 21:09:17 +0000 (14:09 -0700)
commit1e4aa42aa50fe4429f0a8d147af5254d5ec960a5
tree152e0a9ecac68e6e4ad02b4158d08d7c715e5fc8
parenta05fb21d73d2ca84dd7e5e7ee931931048ecddba
Avoid describe-key error with lambdas

Problem reported by Sho Takemori (Bug#22716).
* lisp/cedet/mode-local.el (describe-mode-local-overload)
(xref-mode-local-overload): Use function-overload-p instead
of assuming the argument is a symbol.
lisp/cedet/mode-local.el