diff lisp/x-win-sun.el @ 229:434959a2fba3 r20-5b13

Import from CVS: tag r20-5b13
author cvs
date Mon, 13 Aug 2007 10:13:02 +0200
parents 41ff10fd062f
children 157b30c96d03
line wrap: on
line diff
--- a/lisp/x-win-sun.el	Mon Aug 13 10:12:39 2007 +0200
+++ b/lisp/x-win-sun.el	Mon Aug 13 10:13:02 2007 +0200
@@ -64,6 +64,8 @@
 
 ;;; Code:
 
+(defun x-win-init-sun ()
+
 (defun x-remap-keysyms-using-function-key-map (from-key to-key)
   (dolist (prefix '(() (shift) (control) (meta) (alt)
 		    (shift control) (shift alt) (shift meta)
@@ -251,4 +253,6 @@
 (define-key global-map 'find		'ow-find)
 (define-key global-map '(shift find)	'ow-find-backward)
 
+)
+
 ;;; x-win-sun.el ends here