diff lisp/window-xemacs.el @ 227:0e522484dd2a r20-5b12

Import from CVS: tag r20-5b12
author cvs
date Mon, 13 Aug 2007 10:12:37 +0200
parents 41ff10fd062f
children 11cf20601dec
line wrap: on
line diff
--- a/lisp/window-xemacs.el	Mon Aug 13 10:11:42 2007 +0200
+++ b/lisp/window-xemacs.el	Mon Aug 13 10:12:37 2007 +0200
@@ -35,6 +35,10 @@
 
 ;;; Code:
 
+(defgroup windows nil
+  "Windows within a frame."
+  :group 'environment)
+
 (defun backward-other-window (arg &optional all-frames device)
   "Select the ARG'th different window on this frame, going backwards.
 This is just like calling `other-window' with the arg negated."