emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emulation/cua-base.el


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/emulation/cua-base.el
Date: Tue, 25 Nov 2003 17:10:53 -0500

Index: emacs/lisp/emulation/cua-base.el
diff -c emacs/lisp/emulation/cua-base.el:1.26 
emacs/lisp/emulation/cua-base.el:1.27
*** emacs/lisp/emulation/cua-base.el:1.26       Mon Sep  1 11:45:22 2003
--- emacs/lisp/emulation/cua-base.el    Tue Nov 25 17:10:52 2003
***************
*** 890,896 ****
      forward-word backward-word
      end-of-line beginning-of-line
      end-of-buffer beginning-of-buffer
!     scroll-up scroll-down    forward-paragraph backward-paragraph)
    "List of standard movement commands.
  Extra commands should be added to `cua-movement-commands'")
  
--- 890,898 ----
      forward-word backward-word
      end-of-line beginning-of-line
      end-of-buffer beginning-of-buffer
!     scroll-up scroll-down
!     forward-sentence backward-sentence
!     forward-paragraph backward-paragraph)
    "List of standard movement commands.
  Extra commands should be added to `cua-movement-commands'")
  




reply via email to

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