changeset 65292:772a2f08bdbd

(cua-inhibit-cua-keys): Add defvar.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 31 Aug 2005 13:50:14 +0000
parents 8dbff69aa3ac
children f3b1607acf96
files lisp/ido.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ido.el	Wed Aug 31 13:49:47 2005 +0000
+++ b/lisp/ido.el	Wed Aug 31 13:50:14 2005 +0000
@@ -323,6 +323,8 @@
 
 (provide 'ido)
 
+(defvar cua-inhibit-cua-keys)
+
 ;;; User Variables
 ;;
 ;; These are some things you might want to change.