comparison 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
comparison
equal deleted inserted replaced
226:eea38c7ad7b4 227:0e522484dd2a
32 ;; slb - 5/29/97 32 ;; slb - 5/29/97
33 ;; Split apart from window.el in order to keep that file better in synch 33 ;; Split apart from window.el in order to keep that file better in synch
34 ;; with Emacs. 34 ;; with Emacs.
35 35
36 ;;; Code: 36 ;;; Code:
37
38 (defgroup windows nil
39 "Windows within a frame."
40 :group 'environment)
37 41
38 (defun backward-other-window (arg &optional all-frames device) 42 (defun backward-other-window (arg &optional all-frames device)
39 "Select the ARG'th different window on this frame, going backwards. 43 "Select the ARG'th different window on this frame, going backwards.
40 This is just like calling `other-window' with the arg negated." 44 This is just like calling `other-window' with the arg negated."
41 (interactive "p") 45 (interactive "p")