Function: ediff-get-session-objA-name

ediff-get-session-objA-name is a byte-compiled function defined in ediff-mult.el.gz.

Signature

(ediff-get-session-objA-name ELT)

Source Code

;; Defined in /usr/src/emacs/lisp/vc/ediff-mult.el.gz
;; Take the "name" component of the object into account. ObjA/C/B is of the form
;; (name . equality-indicator)
(defsubst ediff-get-session-objA-name (elt)
  (car (nth 2 elt)))