From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] trunk r114937: * lisp/helpers.el: New library for misc helper functions. Date: Mon, 04 Nov 2013 09:10:50 -0500 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1383574268 28192 80.91.229.3 (4 Nov 2013 14:11:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 Nov 2013 14:11:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: Bozhidar Batsov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 04 15:11:12 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VdKs1-00089Z-Nq for ged-emacs-devel@m.gmane.org; Mon, 04 Nov 2013 15:11:09 +0100 Original-Received: from localhost ([::1]:50150 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdKs1-00080m-5Z for ged-emacs-devel@m.gmane.org; Mon, 04 Nov 2013 09:11:09 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43667) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdKrq-00080K-KG for emacs-devel@gnu.org; Mon, 04 Nov 2013 09:11:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VdKrj-0005pZ-9v for emacs-devel@gnu.org; Mon, 04 Nov 2013 09:10:58 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:21636) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdKrj-0005pV-61 for emacs-devel@gnu.org; Mon, 04 Nov 2013 09:10:51 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFFFxLzd/2dsb2JhbABEvw4Xc4IfAQVWIxALNBIUGA0kiCTBLZEKA4hhnBmBXoMV X-IPAS-Result: Av4EABK/CFFFxLzd/2dsb2JhbABEvw4Xc4IfAQVWIxALNBIUGA0kiCTBLZEKA4hhnBmBXoMV X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="37034854" Original-Received: from 69-196-188-221.dsl.teksavvy.com (HELO pastel.home) ([69.196.188.221]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 04 Nov 2013 09:10:50 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 451E0602A1; Mon, 4 Nov 2013 09:10:50 -0500 (EST) In-Reply-To: (Bozhidar Batsov's message of "Mon, 04 Nov 2013 13:11:29 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:164925 Archived-At: > * lisp/helpers.el: New library for misc helper functions. > (hash-table-keys): New function returning a list of hash keys. > (hash-table-values): New function returning a list of hash values. This commit only installed the commit message in ChangeLog, but didn't add any helper.el file. Did you forget the "bzr add" by any chance? Stefan