/[emacs]/emacs/lisp/emulation/cua-base.el
ViewVC logotype

Diff of /emacs/lisp/emulation/cua-base.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.25.2.4 by miles, Sat Sep 4 09:14:25 2004 UTC revision 1.25.2.5 by miles, Thu Nov 4 08:55:40 2004 UTC
# Line 1  Line 1 
1  ;;; cua-base.el --- emulate CUA key bindings  ;;; cua-base.el --- emulate CUA key bindings
2    
3  ;; Copyright (C) 1997,98,99,200,01,02,03,04  Free Software Foundation, Inc.  ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
4    ;;        Free Software Foundation, Inc.
5    
6  ;; Author: Kim F. Storm <storm@cua.dk>  ;; Author: Kim F. Storm <storm@cua.dk>
7  ;; Keywords: keyboard emulation convenience cua  ;; Keywords: keyboard emulation convenience cua
# Line 266  Line 267 
267    :group 'editing-basics    :group 'editing-basics
268    :group 'convenience    :group 'convenience
269    :group 'emulations    :group 'emulations
270      :version "21.4"
271    :link '(emacs-commentary-link :tag "Commentary" "cua-base.el")    :link '(emacs-commentary-link :tag "Commentary" "cua-base.el")
272    :link '(emacs-library-link :tag "Lisp File" "cua-base.el"))    :link '(emacs-library-link :tag "Lisp File" "cua-base.el"))
273    
# Line 1337  paste (in addition to the normal emacs b Line 1339  paste (in addition to the normal emacs b
1339    :set-after '(cua-enable-modeline-indications cua-use-hyper-key)    :set-after '(cua-enable-modeline-indications cua-use-hyper-key)
1340    :require 'cua-base    :require 'cua-base
1341    :link '(emacs-commentary-link "cua-base.el")    :link '(emacs-commentary-link "cua-base.el")
   :version "21.4"  
1342    (setq mark-even-if-inactive t)    (setq mark-even-if-inactive t)
1343    (setq highlight-nonselected-windows nil)    (setq highlight-nonselected-windows nil)
1344    (make-variable-buffer-local 'cua--explicit-region-start)    (make-variable-buffer-local 'cua--explicit-region-start)

Legend:
Removed from v.1.25.2.4  
changed lines
  Added in v.1.25.2.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26