emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Upcoming 23.1 release


From: Dan Nicolaescu
Subject: Re: Upcoming 23.1 release
Date: Mon, 20 Jul 2009 11:55:46 -0700 (PDT)

Chong Yidong <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]