From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christopher Schmidt Newsgroups: gmane.emacs.devel Subject: Re: Naming internal functions Date: Mon, 15 Apr 2013 18:08:32 +0100 (BST) Message-ID: <87ppxvn2ld@ch.ristopher.com> References: <87hajhswdh.fsf@gmail.com> <87y5csu7ml.fsf@gmail.com> <87zjx8ivyb.fsf_-_@earth.home> <87li8joqil@ch.ristopher.com> <83zjwz6g6b.fsf@gnu.org> <87fvyrop77@ch.ristopher.com> <83vc7n6fcm.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1366045719 25728 80.91.229.3 (15 Apr 2013 17:08:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Apr 2013 17:08:39 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 15 19:08:43 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 1URmtW-00068H-O4 for ged-emacs-devel@m.gmane.org; Mon, 15 Apr 2013 19:08:42 +0200 Original-Received: from localhost ([::1]:45842 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URmtW-00026r-8r for ged-emacs-devel@m.gmane.org; Mon, 15 Apr 2013 13:08:42 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:44932) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URmtR-00023M-Jn for emacs-devel@gnu.org; Mon, 15 Apr 2013 13:08:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1URmtO-0008B4-Bu for emacs-devel@gnu.org; Mon, 15 Apr 2013 13:08:37 -0400 Original-Received: from ristopher.com ([146.185.21.93]:40234 helo=saturn.ch.ristopher.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URmtO-0008Ao-45 for emacs-devel@gnu.org; Mon, 15 Apr 2013 13:08:34 -0400 Original-Received: by saturn.ch.ristopher.com (Postfix, from userid 0) id 3EC5B20E13; Mon, 15 Apr 2013 18:08:32 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ch.ristopher.com; s=mail; t=1366045712; bh=Lt0hSNwXlgPLNTCzyqG/HY0KBDkhjF4JgsiU/frvELQ=; h=From:To:Subject:In-Reply-To:Message-ID:References:MIME-Version: Content-Type:Date; b=Rci37GSEWFxPXyogyBwNU1mkxHo2+t4cyWCuPE0txyZq329IhaGIK5N69toHAmpCu nQHZl8OIGmu904bwIrSY69trV3e+7h5EX5m/ErR+oLkZiKJwo95irJ2NBhtc5iwCI+ IZ+XCbdtXQjGAgK+n1yZ2x5UzT/fg4dHLPCylvrI= In-Reply-To: <83vc7n6fcm.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 15 Apr 2013 17:25:13 +0300") Mail-Followup-To: emacs-devel@gnu.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x X-Received-From: 146.185.21.93 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:158933 Archived-At: Eli Zaretskii writes: >> What's the right terminology? > > "Symbol", I guess. Thank you very much. I committed this, r112297. Christopher