emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/winner.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/winner.el [emacs-unicode-2]
Date: Mon, 28 Jun 2004 04:33:45 -0400

Index: emacs/lisp/winner.el
diff -c emacs/lisp/winner.el:1.24.6.1 emacs/lisp/winner.el:1.24.6.2
*** emacs/lisp/winner.el:1.24.6.1       Fri Apr 16 12:50:11 2004
--- emacs/lisp/winner.el        Mon Jun 28 07:28:48 2004
***************
*** 1,6 ****
  ;;; winner.el --- Restore old window configurations
  
! ;; Copyright (C) 1997, 1998, 2001 Free Software Foundation. Inc.
  
  ;; Author: Ivar Rummelhoff <address@hidden>
  ;; Created: 27 Feb 1997
--- 1,6 ----
  ;;; winner.el --- Restore old window configurations
  
! ;; Copyright (C) 1997, 1998, 2001, 2004 Free Software Foundation. Inc.
  
  ;; Author: Ivar Rummelhoff <address@hidden>
  ;; Created: 27 Feb 1997
***************
*** 30,37 ****
  ;; window configuration (i.e. how the frames are partitioned into
  ;; windows) so that the changes can be "undone" using the command
  ;; `winner-undo'.  By default this one is bound to the key sequence
! ;; ctrl-x left.  If you change your mind (while undoing), you can
! ;; press ctrl-x right (calling `winner-redo').  Even though it uses
  ;; some features of Emacs20.3, winner.el should also work with
  ;; Emacs19.34 and XEmacs20, provided that the installed version of
  ;; custom is not obsolete.
--- 30,37 ----
  ;; window configuration (i.e. how the frames are partitioned into
  ;; windows) so that the changes can be "undone" using the command
  ;; `winner-undo'.  By default this one is bound to the key sequence
! ;; ctrl-c left.  If you change your mind (while undoing), you can
! ;; press ctrl-c right (calling `winner-redo').  Even though it uses
  ;; some features of Emacs20.3, winner.el should also work with
  ;; Emacs19.34 and XEmacs20, provided that the installed version of
  ;; custom is not obsolete.
***************
*** 474,481 ****
  
  (unless winner-mode-map
    (setq winner-mode-map (make-sparse-keymap))
!   (define-key winner-mode-map [(control x) left] 'winner-undo)
!   (define-key winner-mode-map [(control x) right] 'winner-redo))
  
  (unless (or (assq 'winner-mode minor-mode-map-alist)
            winner-dont-bind-my-keys)
--- 474,481 ----
  
  (unless winner-mode-map
    (setq winner-mode-map (make-sparse-keymap))
!   (define-key winner-mode-map [(control c) left] 'winner-undo)
!   (define-key winner-mode-map [(control c) right] 'winner-redo))
  
  (unless (or (assq 'winner-mode minor-mode-map-alist)
            winner-dont-bind-my-keys)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]