summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-08-31 13:50:14 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-08-31 13:50:14 +0000
commitb2ddf2d264a19013b44f0854b123c713984e8826 (patch)
tree613de340b5d2c8ac836fb881679d5f6bb10c5713
parent3027fc3ee57dd89393a2726b295df7aaf526c9de (diff)
downloademacs-b2ddf2d264a19013b44f0854b123c713984e8826.tar.gz
(cua-inhibit-cua-keys): Add defvar.
-rw-r--r--lisp/ido.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ido.el b/lisp/ido.el
index 2ea7476ce45..7c9d269417a 100644
--- a/lisp/ido.el
+++ b/lisp/ido.el
@@ -323,6 +323,8 @@
(provide 'ido)
+(defvar cua-inhibit-cua-keys)
+
;;; User Variables
;;
;; These are some things you might want to change.