Function: srecode-semantic-handle-:indent

srecode-semantic-handle-:indent is a byte-compiled function defined in args.el.gz.

Signature

(srecode-semantic-handle-:indent DICT)

Documentation

Add macros into the dictionary DICT for indentation.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/srecode/args.el.gz
;;; :indent ARGUMENT HANDLING
;;
;; When a :indent argument is required, the default is to indent
;; for the current major mode.
(defun srecode-semantic-handle-:indent (dict)
  "Add macros into the dictionary DICT for indentation."
  (srecode-dictionary-set-value dict "INDENT" t)
  )