Function: ediff-char-to-buftype

ediff-char-to-buftype is a macro defined in ediff-init.el.gz.

Signature

(ediff-char-to-buftype ARG)

Source Code

;; Defined in /usr/src/emacs/lisp/vc/ediff-init.el.gz
(defmacro ediff-char-to-buftype (arg)
  `(cond ((memq ,arg '(?a ?A)) 'A)
	 ((memq ,arg '(?b ?B)) 'B)
	 ((memq ,arg '(?c ?C)) 'C)
	 ))