diff options
| author | Miles Bader | 2007-01-30 22:22:43 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-01-30 22:22:43 +0000 |
| commit | bb5b9e9dbe671b0525692acf1337efa271b33fb6 (patch) | |
| tree | 810c31e2c5f1bc8e79df0cc4b121a25a9d4b8642 /lisp/emulation | |
| parent | f3df78db7218a084cbd58dc9a3cb5b9909b02d4d (diff) | |
| parent | 41e49ce63ee2f9945ff99a19b00752ea887ef506 (diff) | |
| download | emacs-bb5b9e9dbe671b0525692acf1337efa271b33fb6.tar.gz emacs-bb5b9e9dbe671b0525692acf1337efa271b33fb6.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 615-621)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 197-199)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-166
Diffstat (limited to 'lisp/emulation')
| -rw-r--r-- | lisp/emulation/cua-base.el | 3 | ||||
| -rw-r--r-- | lisp/emulation/viper.el | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el index 9311bdc0613..0463b01b7e3 100644 --- a/lisp/emulation/cua-base.el +++ b/lisp/emulation/cua-base.el | |||
| @@ -399,6 +399,9 @@ and after the region marked by the rectangle to search." | |||
| 399 | (other :tag "Enabled" t)) | 399 | (other :tag "Enabled" t)) |
| 400 | :group 'cua) | 400 | :group 'cua) |
| 401 | 401 | ||
| 402 | (defvar cua-global-keymap) ; forward | ||
| 403 | (defvar cua--region-keymap) ; forward | ||
| 404 | |||
| 402 | (defcustom cua-rectangle-mark-key [(control return)] | 405 | (defcustom cua-rectangle-mark-key [(control return)] |
| 403 | "Global key used to toggle the cua rectangle mark." | 406 | "Global key used to toggle the cua rectangle mark." |
| 404 | :set #'(lambda (symbol value) | 407 | :set #'(lambda (symbol value) |
diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el index e8f58db3ce9..ddd37b16cc2 100644 --- a/lisp/emulation/viper.el +++ b/lisp/emulation/viper.el | |||
| @@ -532,7 +532,7 @@ If Viper is enabled, turn it off. Otherwise, turn it on." | |||
| 532 | 532 | ||
| 533 | ;;;###autoload | 533 | ;;;###autoload |
| 534 | (defun viper-mode () | 534 | (defun viper-mode () |
| 535 | "Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Viper'." | 535 | "Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Top'." |
| 536 | (interactive) | 536 | (interactive) |
| 537 | (if (not noninteractive) | 537 | (if (not noninteractive) |
| 538 | (progn | 538 | (progn |