From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Upcoming 23.1 release Date: Mon, 20 Jul 2009 11:55:46 -0700 (PDT) Message-ID: <200907201855.n6KItkBT007939@godzilla.ics.uci.edu> References: <87ws63cij1.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1248116353 15762 80.91.229.12 (20 Jul 2009 18:59:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 20 Jul 2009 18:59:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 20 20:59:06 2009 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 1MSy4m-00082c-1x for ged-emacs-devel@m.gmane.org; Mon, 20 Jul 2009 20:59:04 +0200 Original-Received: from localhost ([127.0.0.1]:43673 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MSy4l-0003In-Li for ged-emacs-devel@m.gmane.org; Mon, 20 Jul 2009 14:59:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MSy3R-0002Z4-KZ for emacs-devel@gnu.org; Mon, 20 Jul 2009 14:57:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MSy3N-0002XU-Pj for emacs-devel@gnu.org; Mon, 20 Jul 2009 14:57:41 -0400 Original-Received: from [199.232.76.173] (port=57565 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MSy3N-0002XQ-KV for emacs-devel@gnu.org; Mon, 20 Jul 2009 14:57:37 -0400 Original-Received: from barrelv2.ics.uci.edu ([128.195.1.114]:54994) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1MSy3N-0003Pj-2i for emacs-devel@gnu.org; Mon, 20 Jul 2009 14:57:37 -0400 Original-Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by barrelv2.ics.uci.edu (8.13.8+Sun/8.13.8) with ESMTP id n6KItkBr016849; Mon, 20 Jul 2009 11:55:47 -0700 (PDT) Original-Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id n6KItkBT007939; Mon, 20 Jul 2009 11:55:46 -0700 (PDT) In-Reply-To: <87ws63cij1.fsf@stupidchicken.com> (Chong Yidong's message of "Mon, 20 Jul 2009 14:32:18 -0400") Original-Lines: 25 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: n6KItkBr016849 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@godzilla.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:112851 Archived-At: Chong Yidong writes: > As mentioned earlier, the 23.1 release is currently scheduled for this > Wednesday. A tiny patch that should be harmless (but also probably not very useful for most people either). Please feel free to apply it to the branch if you want to. This was caught because yesterday there was a bug in dealing with local, and that variables which disabled the `no-byte-compile'. Which just says that `no-byte-compile' is a terrible idea nowadays. * term/vt420.el (terminal-init-vt420): Fix typo. --- vt420.el 22 Oct 2007 11:21:19 -0700 1.7 +++ vt420.el 20 Jul 2009 09:38:52 -0700 @@ -1,5 +1,4 @@ -;; -*- no-byte-compile: t -*- -(defun terminal-init-vt420 +(defun terminal-init-vt420 () "Terminal initialization function for vt420." (tty-run-terminal-initialization (selected-frame) "vt100") ;; Make F11 an escape key.