comparison lisp/x-win-sun.el @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 74fd4e045ea6
children 41dbb7a9d5f2
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
244 ;;; As far as I know, the `find' key is a Sunism, so we do that binding 244 ;;; As far as I know, the `find' key is a Sunism, so we do that binding
245 ;;; here. This is the only Sun-specific keybinding. (The functions 245 ;;; here. This is the only Sun-specific keybinding. (The functions
246 ;;; themselves are in x-win.el in case someone wants to use them when 246 ;;; themselves are in x-win.el in case someone wants to use them when
247 ;;; not running on a Sun display.) 247 ;;; not running on a Sun display.)
248 248
249 (or (lookup-key global-map 'find) 249 (define-key global-map 'find 'ow-find)
250 (define-key global-map 'find 'ow-find)) 250 (define-key global-map '(shift find) 'ow-find-backward)
251 (or (lookup-key global-map '(shift find))
252 (define-key global-map '(shift find) 'ow-find-backward))
253 251
254 ) 252 )
255 253
256 ;;; x-win-sun.el ends here 254 ;;; x-win-sun.el ends here