• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/emacs-93/emacs/lisp/

Lines Matching +defs:orig +defs:buffers

197 ;;		t  if the diffs are whitespace in all buffers
259 ;; This is `with-current-buffer' with the added test for live buffers."
287 ediff-merge-buffers
289 ediff-merge-buffers-with-ancestor
301 ediff-merge-buffers-with-ancestor
413 "*Hooks to run before Ediff begins to set up windows and buffers.
454 "*Hooks run after buffers A, B, and C are set up.
488 "*Hooks to run on exiting Ediff but before killing the control and variant buffers."
546 ;;; Copying difference regions between buffers.
556 ;; This is chosen by a heuristic. The important thing is for all buffers to
603 ;; If set, Ediff compares only those parts of buffers A/B/C that lie within
611 ;; Current visibility boundaries in buffers A, B, and C.
620 "*Non-nil means: when finished, Ediff widens buffers A/B.
624 "*nil means prompt to remove unmodified buffers A/B/C at session end.
647 (ediff-defvar-local ediff-buffer-values-orig-A nil "")
649 (ediff-defvar-local ediff-buffer-values-orig-B nil "")
651 (ediff-defvar-local ediff-buffer-values-orig-C nil "")
653 (ediff-defvar-local ediff-buffer-values-orig-Ancestor nil "")
655 ;; association between buff-type and ediff-buffer-values-orig-*
656 (defconst ediff-buffer-values-orig-alist
657 '((A . ediff-buffer-values-orig-A)
658 (B . ediff-buffer-values-orig-B)
659 (C . ediff-buffer-values-orig-C)
660 (Ancestor . ediff-buffer-values-orig-Ancestor)))
1399 (defcustom ediff-make-buffers-readonly-at-startup nil
1400 "*Make all variant buffers read-only when Ediff starts up.
1425 "*Prefix to be attached to saved merge buffers."
1532 ;; activate faces on diff regions in all buffers
1713 ;; handle overlays whose buffers were deleted.
1794 ((eq jobname 'ediff-buffers)
1795 "Compare two buffers")
1801 "Compare three buffers")