[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

Re: [MD:6398] re-sync up with Emacs 21.4 and cleanups.



>>>>> [meadow-develop : No.6398] にて
>>>>> 北口さんは書きました:
北口> 先程Emacs 21.4とのsyncの修正をcommitしました。公開用リポジトリには
北口> しばらくしたら反映されると思います。見る人はあまりいないと思いますが、
北口> いちおう差分を以下に置いてあります。

北口>   http://www.ysnb.net/kit/tmp/2005031301/meadow-2.1-2005031301.diff.bz2

差分をザーッ見てみましたが、下記のようなバイトコンパイルを明示的に
禁止するコードが取消されちゃってますね。

色々問題があったので、このコードを CVS HEAD から持ってきたと記憶し
てます。後ほど元に戻して起きます。

-----------------------------------------------------------------------------
--- lisp/international/latin-2.el	(revision 3633)
+++ lisp/international/latin-2.el	(working copy)
@@ -100,10 +100,4 @@
 (or set-case-syntax-set-multibyte
     (provide 'latin-2))
 
-;;; Don't compile this file: src/Makefile.in instructs make-docfile
-;;; to look at the .el file!
-;;; Local Variables:
-;;; no-byte-compile: t
-;;; End:
-
-----------------------------------------------------------------------------

--- lisp/version.el	(revision 3633)
+++ lisp/version.el	(working copy)
@@ -1,4 +1,4 @@
-;;; version.el --- record version number of Emacs -*- no-byte-compile: t -*-
+;;; version.el --- record version number of Emacs
-----------------------------------------------------------------------------

--
三好 雅則 http://www.boreas.dti.ne.jp/~miyoshi/