From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r109256: deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150) Date: Sun, 29 Jul 2012 18:16:05 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1343578611 5899 80.91.229.3 (29 Jul 2012 16:16:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 29 Jul 2012 16:16:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 29 18:16:51 2012 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 1SvWAl-0005hg-1C for ged-emacs-devel@m.gmane.org; Sun, 29 Jul 2012 18:16:51 +0200 Original-Received: from localhost ([::1]:58553 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvWAk-0000t1-Bz for ged-emacs-devel@m.gmane.org; Sun, 29 Jul 2012 12:16:50 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:52915) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvWAh-0000sl-HM for emacs-devel@gnu.org; Sun, 29 Jul 2012 12:16:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SvWAg-0002Wf-Ld for emacs-devel@gnu.org; Sun, 29 Jul 2012 12:16:47 -0400 Original-Received: from mail-pb0-f41.google.com ([209.85.160.41]:42275) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvWAg-0002WW-F3 for emacs-devel@gnu.org; Sun, 29 Jul 2012 12:16:46 -0400 Original-Received: by pbbrp2 with SMTP id rp2so9181374pbb.0 for ; Sun, 29 Jul 2012 09:16:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=Wqi9OVyAY/1/UxYpVWfKqUCZQu0VNiIaK2QBDeX8qZA=; b=mpqP1ZfFQFmbcGdm4bzwcWFGq25pmWBNh0YjmYi54SGN4A6gs4mUkgD2ZWgmnDRCds X2rqA6eNmS5exEk+72GO1lwiO6qjtdrpBIKjOGbYv9HcZlrtwRHl8LvNc+Phre9SwvTu 0WRi1ks2FY/yurjGSGTzzEDpJCuaeGRY8t3zwNaSagFPZYNJ5059TB6JWqbrSn7JQglh +XFYqYmZtp5FhuDq8gghuWde1zrdWeWrj+K/zftNxz4nf5vKJGE3Jg/fhjggCo9vD/y4 /Mjd1QhF7J7Oy7rH7RBkpSTAAYuWd+XxPXxCrySJbZmIbcS+zSultuS6wrChgd5QjE3t Uy3A== Original-Received: by 10.68.220.163 with SMTP id px3mr28985200pbc.167.1343578605280; Sun, 29 Jul 2012 09:16:45 -0700 (PDT) Original-Received: by 10.143.41.21 with HTTP; Sun, 29 Jul 2012 09:16:05 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.41 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:151957 Archived-At: On Sun, Jul 29, 2012 at 9:16 AM, Paul Eggert wrote: > ------------------------------------------------------------ > * lisp/international/mule-cmds.el (deactivate-input-method): > Rename from inactivate-input-method. > Also run input-method-deactivate-hook. > (deactivate-current-input-method-function): > Rename from inactivate-current-input-method-function. Why the rename without adding obsolete aliases? Juanma