From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Nicolas Richard" Newsgroups: gmane.emacs.devel Subject: Re: master updated (f729a7c -> 6689b53) Date: Mon, 29 Jun 2015 11:37:51 +0200 Message-ID: <87mvzietxs.fsf@members.fsf.org> References: <20150629084222.25969.27213@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1435570733 10222 80.91.229.3 (29 Jun 2015 09:38:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Jun 2015 09:38:53 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 29 11:38:45 2015 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 1Z9VWX-0001e5-Ci for ged-emacs-devel@m.gmane.org; Mon, 29 Jun 2015 11:38:45 +0200 Original-Received: from localhost ([::1]:41392 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9VWW-0004gr-Fb for ged-emacs-devel@m.gmane.org; Mon, 29 Jun 2015 05:38:44 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38697) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9VW1-00047C-RR for emacs-devel@gnu.org; Mon, 29 Jun 2015 05:38:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9VVv-0002MQ-1T for emacs-devel@gnu.org; Mon, 29 Jun 2015 05:38:13 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:42163) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9VVu-0002M3-Rm for emacs-devel@gnu.org; Mon, 29 Jun 2015 05:38:06 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Z9VVr-0001In-Fp for emacs-devel@gnu.org; Mon, 29 Jun 2015 11:38:03 +0200 Original-Received: from mathsrv4.ulb.ac.be ([164.15.133.241]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Jun 2015 11:38:03 +0200 Original-Received: from youngfrog by mathsrv4.ulb.ac.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Jun 2015 11:38:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: mathsrv4.ulb.ac.be User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:tQitNhQ7nWsk+YiLmtSOtF1MDkw= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:187636 Archived-At: Nicolas Richard writes: > new a4760a3 * package.el (describe-package): Convert the guess to a string > new 6689b53 * package.el (describe-package): Use symbol-at-point as additional guess Oops, sorry, I forgot to "touch ChangeLog" in that clone, and the full path is missing. I intend to fix that by doing make change-history, then commit the following: --8<---------------cut here---------------start------------->8--- modified ChangeLog.2 @@ -2,9 +2,nn10 @@ * lisp/play/landmark.el: Moved to lisp/obsolete/ - * package.el (describe-package): Use symbol-at-point as additional guess + * lisp/emacs-lisp/package.el (describe-package): Use + symbol-at-point as additional guess - * package.el (describe-package): Convert the guess to a string + Convert the guess to a string 2015-06-28 Paul Eggert --8<---------------cut here---------------end--------------->8--- Is that ok ? Nico.