diff options
| author | Miles Bader | 2004-11-04 08:55:40 +0000 |
|---|---|---|
| committer | Miles Bader | 2004-11-04 08:55:40 +0000 |
| commit | d1a3e560ff62e047d9fa8e8b3b1bc1e56e104c26 (patch) | |
| tree | 935f61a936f33c7690a201b19b86e89c3d864b61 /lisp/emulation | |
| parent | 32dc0e8f9bc2d460b3d964c21989de70282bab61 (diff) | |
| parent | 0683d2414d4de8626f7c46f59937f9bef27302ce (diff) | |
| download | emacs-d1a3e560ff62e047d9fa8e8b3b1bc1e56e104c26.tar.gz emacs-d1a3e560ff62e047d9fa8e8b3b1bc1e56e104c26.zip | |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-69
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-643
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-649
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-650
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-651
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-655
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-656
Update from CVS: lisp/man.el (Man-xref-normal-file): Fix help-echo.
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-657
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-658
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-659
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-660
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-661
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-667
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-668
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-61
- miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-68
Update from CVS
Diffstat (limited to 'lisp/emulation')
| -rw-r--r-- | lisp/emulation/cua-base.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el index fb3c537936f..523a07d26de 100644 --- a/lisp/emulation/cua-base.el +++ b/lisp/emulation/cua-base.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; cua-base.el --- emulate CUA key bindings | 1 | ;;; cua-base.el --- emulate CUA key bindings |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1997,98,99,200,01,02,03,04 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 |
| 4 | ;; Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Kim F. Storm <storm@cua.dk> | 6 | ;; Author: Kim F. Storm <storm@cua.dk> |
| 6 | ;; Keywords: keyboard emulation convenience cua | 7 | ;; Keywords: keyboard emulation convenience cua |
| @@ -266,6 +267,7 @@ | |||
| 266 | :group 'editing-basics | 267 | :group 'editing-basics |
| 267 | :group 'convenience | 268 | :group 'convenience |
| 268 | :group 'emulations | 269 | :group 'emulations |
| 270 | :version "21.4" | ||
| 269 | :link '(emacs-commentary-link :tag "Commentary" "cua-base.el") | 271 | :link '(emacs-commentary-link :tag "Commentary" "cua-base.el") |
| 270 | :link '(emacs-library-link :tag "Lisp File" "cua-base.el")) | 272 | :link '(emacs-library-link :tag "Lisp File" "cua-base.el")) |
| 271 | 273 | ||
| @@ -1337,7 +1339,6 @@ paste (in addition to the normal emacs bindings)." | |||
| 1337 | :set-after '(cua-enable-modeline-indications cua-use-hyper-key) | 1339 | :set-after '(cua-enable-modeline-indications cua-use-hyper-key) |
| 1338 | :require 'cua-base | 1340 | :require 'cua-base |
| 1339 | :link '(emacs-commentary-link "cua-base.el") | 1341 | :link '(emacs-commentary-link "cua-base.el") |
| 1340 | :version "21.4" | ||
| 1341 | (setq mark-even-if-inactive t) | 1342 | (setq mark-even-if-inactive t) |
| 1342 | (setq highlight-nonselected-windows nil) | 1343 | (setq highlight-nonselected-windows nil) |
| 1343 | (make-variable-buffer-local 'cua--explicit-region-start) | 1344 | (make-variable-buffer-local 'cua--explicit-region-start) |