diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-08-31 13:50:14 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-08-31 13:50:14 +0000 |
commit | b2ddf2d264a19013b44f0854b123c713984e8826 (patch) | |
tree | 613de340b5d2c8ac836fb881679d5f6bb10c5713 | |
parent | 3027fc3ee57dd89393a2726b295df7aaf526c9de (diff) | |
download | emacs-b2ddf2d264a19013b44f0854b123c713984e8826.tar.gz |
(cua-inhibit-cua-keys): Add defvar.
-rw-r--r-- | lisp/ido.el | 2 |
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. |