comparison lisp/s-region.el @ 89909:68c22ea6027c

Sync to HEAD
author Kenichi Handa <handa@m17n.org>
date Fri, 16 Apr 2004 12:51:06 +0000
parents 375f2633d815
children f9a65d7ebd29
comparison
equal deleted inserted replaced
89908:ee1402f7b568 89909:68c22ea6027c
119 (or (global-key-binding [S-insert]) 119 (or (global-key-binding [S-insert])
120 (global-set-key [S-insert] 'yank)) 120 (global-set-key [S-insert] 'yank))
121 121
122 (provide 's-region) 122 (provide 's-region)
123 123
124 ;;; arch-tag: a471e912-18d7-4247-a29b-2100bca180ff
124 ;;; s-region.el ends here 125 ;;; s-region.el ends here