Function: srecode-mode-table-find

srecode-mode-table-find is a byte-compiled function defined in table.el.gz.

Signature

(srecode-mode-table-find ARG &rest ARGS)

Implementations

((mt srecode-mode-table) file) in `srecode/table.el'.

Look in the mode table MT for a template table from FILE. Return nil if there was none.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/srecode/table.el.gz
(cl-defmethod srecode-mode-table-find ((mt srecode-mode-table) file)
  "Look in the mode table MT for a template table from FILE.
Return nil if there was none."
  (object-assoc file 'file (oref mt modetables)))