Codebase list mozc / debian/1.1.626.102-1
Update changelog and add patches/mozc-el-issue76.patch Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org> Nobuhiro Iwamatsu 13 years ago
3 changed file(s) with 30 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
44 - Update patch of uim-mozc (r222).
55 - Update patch of kfreebsd.
66 - Drop mozc-el-pseudo-cursor.patch.
7 - Add mozc-el-issue76.patch.
8 pick from issue 76.
79
810 -- Nobuhiro Iwamatsu <iwamatsu@debian.org> Tue, 15 Mar 2011 01:06:41 +0900
911
0 # http://code.google.com/p/mozc/issues/detail?id=76
1
2 Index: unix/emacs/mozc.el
3 ===================================================================
4 --- a/unix/emacs/mozc.el (revision 52)
5 +++ b/unix/emacs/mozc.el (working copy)
6 @@ -940,14 +940,15 @@
7 (setcdr pre-boundary nil) ; Drop the rest of list.
8 (cons list post-boundary))))
9
10 -(defmacro mozc-characterp (object)
11 - "Return non-nil if OBJECT is a character.
12 +(eval-and-compile
13 + (defmacro mozc-characterp (object)
14 + "Return non-nil if OBJECT is a character.
15
16 This macro is equivalent to `characterp' or `char-valid-p' depending on
17 the Emacs version. `char-valid-p' is obsolete since Emacs 23."
18 - (if (fboundp #'characterp)
19 - `(characterp ,object)
20 - `(char-valid-p ,object)))
21 + (if (fboundp #'characterp)
22 + `(characterp ,object)
23 + `(char-valid-p ,object))))
24
25 (defsubst mozc-string-match-p (regexp string &optional start)
26 "Same as `string-match' except this function never change the match data.
00 support-kfreebsd.patch
11 uim-mozc.patch
2 # mozc-el-pseudo-cursor.patch
3 # mozc-el-not-suggest-in-minibuffer-fixed.patch
42 add_file_to_gypfile_check.patch
3 mozc-el-issue76.patch