Changeset 4239 for trunk/lisp
- Timestamp:
- 06/04/08 15:23:29 (6 months ago)
- Files:
-
- trunk/lisp/ChangeLog.Meadow (modified) (1 diff)
- trunk/lisp/international/meadow.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/ChangeLog.Meadow
r4220 r4239 1 2008-06-04 Shun-ichi GOTO <gotoh@taiyo.co.jp> 2 3 * x-selection-exists-p: Remove alias beause of switching to use 4 w32select.c instead of obsoleted mw32clpbd.c. (ticket #390) 5 1 6 2008-04-04 MIYOSHI Masanori <miyoshi@meadowy.org> 2 7 trunk/lisp/international/meadow.el
r4191 r4239 193 193 (setq quotestr (concat quotestr (char-to-string char)))))) 194 194 (concat "\\`" result (regexp-quote quotestr) "\\'"))) 195 196 ;;197 ;; Section: X selection198 ;;199 200 (defalias 'x-selection-exists-p 'w32-clipboard-data-exist-p)201 195 202 196 ;;
