Function: rng-c-buffer-name

rng-c-buffer-name is a byte-compiled function defined in rng-cmpct.el.gz.

Signature

(rng-c-buffer-name CONTEXT)

Source Code

;; Defined in /usr/src/emacs/lisp/nxml/rng-cmpct.el.gz
(defun rng-c-buffer-name (context)
  (concat " *RNC Input"
	  (if context
	      (concat "<"
		      (number-to-string (setq rng-c-file-index
					      (1+ rng-c-file-index)))
		      ">*")
	    (setq rng-c-file-index 1)
	    "*")))