Function: semantic-up-context-srecode-template-mode

semantic-up-context-srecode-template-mode is a byte-compiled function defined in srt-mode.el.gz.

Signature

(semantic-up-context-srecode-template-mode &optional POINT)

Documentation

Move up one context in the current code.

Moves out one named section. Override semantic-up-context in srecode-template-mode buffers.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/srecode/srt-mode.el.gz
(define-mode-local-override semantic-up-context
  srecode-template-mode (&optional point)
  "Move up one context in the current code.
Moves out one named section."
  (not (srecode-up-context-get-name point)))