diff options
| -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 @@ | |||
| 323 | 323 | ||
| 324 | (provide 'ido) | 324 | (provide 'ido) |
| 325 | 325 | ||
| 326 | (defvar cua-inhibit-cua-keys) | ||
| 327 | |||
| 326 | ;;; User Variables | 328 | ;;; User Variables |
| 327 | ;; | 329 | ;; |
| 328 | ;; These are some things you might want to change. | 330 | ;; These are some things you might want to change. |