Changeset 4239 for trunk/lisp

Show
Ignore:
Timestamp:
06/04/08 15:23:29 (6 months ago)
Author:
gotoh
Message:

* x-selection-exists-p: Remove alias beause of switching to use
w32select.c instead of obsoleted mw32clpbd.c. (ticket #390)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/ChangeLog.Meadow

    r4220 r4239  
     12008-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 
    162008-04-04  MIYOSHI Masanori  <miyoshi@meadowy.org> 
    27 
  • trunk/lisp/international/meadow.el

    r4191 r4239  
    193193             (setq quotestr (concat quotestr (char-to-string char)))))) 
    194194    (concat "\\`" result (regexp-quote quotestr) "\\'"))) 
    195  
    196 ;; 
    197 ;; Section: X selection 
    198 ;; 
    199  
    200 (defalias 'x-selection-exists-p 'w32-clipboard-data-exist-p) 
    201195 
    202196;;