emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] FUNCTIONP check for Qclosure


From: Barry OReilly
Subject: [PATCH] FUNCTIONP check for Qclosure
Date: Sun, 19 Aug 2012 22:34:28 -0400

>   (define-key key-translation-map
>               (kbd "C-e")
>               (lambda (prompt) (kbd "C-c")))

Though I don't understand why FUNCTIONP has a different implementation than DEFUN "functionp", I suspect having FUNCTIONP check for Qclosure is closer to the right thing, so I made a patch that does that.  I verified the change allows the quoted test case to work with lexical binding enabled.  Please consider accepting it.

Attachment: lambdaKeyTranslation.txt
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]