Variable: srecode-handle-region-when-non-active-flag

srecode-handle-region-when-non-active-flag is a variable defined in args.el.gz.

Value

nil

Documentation

Non-nil means do region handling w/out the region being active.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/srecode/args.el.gz
;;; :region ARGUMENT HANDLING
;;
;; When a :region argument is required, provide macros that
;; deal with that active region.
;;
;; Regions allow a macro to wrap the region text within the
;; template bounds.
;;
(defvar srecode-handle-region-when-non-active-flag nil
  "Non-nil means do region handling w/out the region being active.")