[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]
Re: [MD:6398] re-sync up with Emacs 21.4 and cleanups.
- X-ml-count: 6413
- Subject: Re: [MD:6398] re-sync up with Emacs 21.4 and cleanups.
- From: MIYOSHI Masanori <miyoshi@xxxxxxxxxxx>
- Date: Thu, 17 Mar 2005 00:21:56 +0900
- User-agent: Wanderlust/2.13.3 (You Oughta Know) EMIKO/1.14.1 (Choanoflagellata) LIMIT/1.14.8 (Hajinosato) APEL/10.6 Emacs/22.0.50 (i386-msvc-nt5.1.2600) MULE/5.0 (SAKAKI) Meadow/2.20-dev (KIKU)
>>>>> [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/