diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-04-29 11:41:23 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-04-29 11:41:23 -0400 |
commit | 27d3cd56caf8cfac459bd114cb184989d2c62423 (patch) | |
tree | 8a50529e0bf250aa508894207ae8528606f4c76a /lisp/ido.el | |
parent | 09d0284d726bbc5b3ceabdad6131c9d1e902a712 (diff) | |
download | emacs-27d3cd56caf8cfac459bd114cb184989d2c62423.tar.gz |
* ido.el (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
Diffstat (limited to 'lisp/ido.el')
-rw-r--r-- | lisp/ido.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/ido.el b/lisp/ido.el index 625baa8e682..f75f02969fd 100644 --- a/lisp/ido.el +++ b/lisp/ido.el @@ -322,7 +322,6 @@ ;;; Code: -(defvar cua-inhibit-cua-keys) (defvar recentf-list) ;;; User Variables @@ -4608,7 +4607,6 @@ For details of keybindings, see `ido-find-file'." (when (ido-active) (add-hook 'pre-command-hook 'ido-tidy nil t) (add-hook 'post-command-hook 'ido-exhibit nil t) - (setq cua-inhibit-cua-keys t) (when (featurep 'xemacs) (ido-exhibit) (goto-char (point-min))) |