comparison lisp/cmdloop.el @ 215:1f0dabaa0855 r20-4b6

Import from CVS: tag r20-4b6
author cvs
date Mon, 13 Aug 2007 10:07:35 +0200
parents 41ff10fd062f
children 677f6a0ee643
comparison
equal deleted inserted replaced
214:c5d88c05e1e9 215:1f0dabaa0855
108 108
109 ;;#### This should really be a ring of last errors. 109 ;;#### This should really be a ring of last errors.
110 (defvar last-error nil 110 (defvar last-error nil
111 "#### Document me.") 111 "#### Document me.")
112 112
113 ;; #### Provisionally turned on for XEmacs 20.3beta.
114 (defcustom errors-deactivate-region nil 113 (defcustom errors-deactivate-region nil
115 "*Non-nil means that errors will cause the region to be deactivated." 114 "*Non-nil means that errors will cause the region to be deactivated."
116 :type 'boolean 115 :type 'boolean
117 :group 'editing-basics) 116 :group 'editing-basics)
118 117