From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: selection-coding-system Date: Fri, 08 Feb 2008 15:19:46 -0500 Message-ID: <0eir0zxkt9.fsf@fencepost.gnu.org> References: <9zluk86sx.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1202502029 18614 80.91.229.12 (8 Feb 2008 20:20:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Feb 2008 20:20:29 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 08 21:20:51 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JNZiG-0006cU-5o for ged-emacs-devel@m.gmane.org; Fri, 08 Feb 2008 21:20:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNZhn-0001rO-AE for ged-emacs-devel@m.gmane.org; Fri, 08 Feb 2008 15:20:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JNZhN-0001hr-FK for emacs-devel@gnu.org; Fri, 08 Feb 2008 15:19:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JNZhL-0001h2-PG for emacs-devel@gnu.org; Fri, 08 Feb 2008 15:19:48 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNZhL-0001gr-7b for emacs-devel@gnu.org; Fri, 08 Feb 2008 15:19:47 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JNZhL-0006T9-15 for emacs-devel@gnu.org; Fri, 08 Feb 2008 15:19:47 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JNZhK-000453-HN; Fri, 08 Feb 2008 15:19:46 -0500 X-Spook: Telex South Africa Bosnia Roswell clones MD2 X-Ran: u`Bf3l,(NFHi4)y{EtjH7{2wc~K=Qlt=F"n/^H.P^}9ha7?pev (Glenn Morris's message of "Fri, 01 Feb 2008 20:51:10 -0500") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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: news.gmane.org gmane.emacs.devel:88542 Archived-At: Glenn Morris wrote: > selection-coding-system has been moved from C to select.el. > > Should the stuff related to selection-coding-system in cus-start.el > just be removed? > > It used to be a defcustom with a custom-set property, now it's just a defvar. I've tried to fix this, if anyone who knows and cares wants to check.