From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: What lookup-key returns for an undefined key Date: Sat, 15 Jan 2005 14:49:23 +0200 Message-ID: <01c4fb00$Blat.v2.2.2$c89387a0@zahav.net.il> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1105794486 4696 80.91.229.6 (15 Jan 2005 13:08:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 15 Jan 2005 13:08:06 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 15 14:08:01 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cpneq-0004TT-00 for ; Sat, 15 Jan 2005 14:08:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cpnqa-0002MJ-SI for ged-emacs-devel@m.gmane.org; Sat, 15 Jan 2005 08:20:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cpnp6-0001TJ-4q for emacs-devel@gnu.org; Sat, 15 Jan 2005 08:18:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cpnns-0000rh-TL for emacs-devel@gnu.org; Sat, 15 Jan 2005 08:17:23 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cpnnp-0000dJ-KH for emacs-devel@gnu.org; Sat, 15 Jan 2005 08:17:17 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CpnPb-00052Q-62 for emacs-devel@gnu.org; Sat, 15 Jan 2005 07:52:15 -0500 Original-Received: from zaretski (tony04-52-44.inter.net.il [80.230.52.44]) by romy.inter.net.il (MOS 3.5.6-GR) with ESMTP id AHH65078 (AUTH halo1); Sat, 15 Jan 2005 14:52:13 +0200 (IST) Original-To: emacs-devel@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:32243 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32243 In Emacs 21.3, lookup-key returns `undefined' for an undefined key; in the current CVS it returns nil. If this change is intentional, I think we should reflect that in NEWS. Two bundled Lisp packages are affected by this: woman.el and gnus-util.el. I've fixed the former, but not the latter.