[macemacsjp-cvs 541] [560]

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 12月 31日 (木) 12:54:23 JST


Revision: 560
          http://sourceforge.jp/projects/macemacsjp/svn/view?view=rev&revision=560
Author:   taiichi
Date:     2009-12-31 12:54:23 +0900 (Thu, 31 Dec 2009)

Log Message:
-----------


Modified Paths:
--------------
    inline_patch/trunk/ChangeLog
    inline_patch/trunk/emacs-inline.patch


-------------- next part --------------
Modified: inline_patch/trunk/ChangeLog
===================================================================
--- inline_patch/trunk/ChangeLog	2009-12-30 14:36:08 UTC (rev 559)
+++ inline_patch/trunk/ChangeLog	2009-12-31 03:54:23 UTC (rev 560)
@@ -1,3 +1,7 @@
+2009-12-31  HASHIMOTO Taiichi  <taiic****@mac*****>
+
+	* lisp/term/ns-win.el: bug fix
+
 2009-12-30  HASHIMOTO Taiichi  <taiic****@mac*****>
 
 	* src/nsterm.m: setMarkedText ê—p‚̃Cƒxƒ“ƒgˆ—‚ð’ljÁ

Modified: inline_patch/trunk/emacs-inline.patch
===================================================================
--- inline_patch/trunk/emacs-inline.patch	2009-12-30 14:36:08 UTC (rev 559)
+++ inline_patch/trunk/emacs-inline.patch	2009-12-31 03:54:23 UTC (rev 560)
@@ -407,7 +407,7 @@
 +     (if (and title (not (equal title (mac-get-input-method-title))))
 + 	(setq current-input-method-title title))
 +     (if (and type (not (equal type (mac-get-cursor-type))))
-+ 	(setq cursor-type ctype))
++ 	(setq cursor-type type))
 +     (if (and color (not (equal color (mac-get-cursor-color))))
 + 	(set-cursor-color color))
 +     (force-mode-line-update)



macemacsjp-cvs メーリングリストの案内
Back to archive index