Show
Ignore:
Timestamp:
10/02/05 09:47:43 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/ediff-util.el

    r3809 r3894  
    368368            (save-excursion 
    369369              (set-buffer buffer-C) 
    370               (insert-buffer buf) 
     370              (insert-buffer-substring buf) 
    371371              (funcall (ediff-with-current-buffer buf major-mode)) 
    372372              (widen) ; merge buffer is always widened 
     
    20762076      ;; Make sure that the message about saving and how to restore is seen 
    20772077      ;; by the user 
    2078       (message messg)) 
     2078      (message "%s" messg)) 
    20792079    )) 
    20802080 
     
    21122112        (if (yes-or-no-p 
    21132113             (format 
    2114               "You've previously copied diff region %d to buffer %S.  Confirm
     2114              "You've previously copied diff region %d to buffer %S.  Confirm?
    21152115              (1+ n) buf-type)) 
    21162116            t 
     
    22202220            (read-string 
    22212221             (format 
    2222               "Ignore A-regions matching this regexp (default \"%s\"): " 
     2222              "Ignore A-regions matching this regexp (default %s): " 
    22232223              ediff-regexp-hide-A)) 
    22242224            regexp-B 
    22252225            (read-string 
    22262226             (format 
    2227               "Ignore B-regions matching this regexp (default \"%s\"): " 
     2227              "Ignore B-regions matching this regexp (default %s): " 
    22282228              ediff-regexp-hide-B))) 
    22292229      (if ediff-3way-comparison-job 
     
    22312231                (read-string 
    22322232                 (format 
    2233                   "Ignore C-regions matching this regexp (default \"%s\"): " 
     2233                  "Ignore C-regions matching this regexp (default %s): " 
    22342234                  ediff-regexp-hide-C)))) 
    22352235      (if (eq ediff-hide-regexp-connective 'and) 
     
    22592259            (read-string 
    22602260             (format 
    2261               "Focus on A-regions matching this regexp (default \"%s\"): " 
     2261              "Focus on A-regions matching this regexp (default %s): " 
    22622262              ediff-regexp-focus-A)) 
    22632263            regexp-B 
    22642264            (read-string 
    22652265             (format 
    2266               "Focus on B-regions matching this regexp (default \"%s\"): " 
     2266              "Focus on B-regions matching this regexp (default %s): " 
    22672267              ediff-regexp-focus-B))) 
    22682268      (if ediff-3way-comparison-job 
     
    22702270                (read-string 
    22712271                 (format 
    2272                   "Focus on C-regions matching this regexp (default \"%s\"): " 
     2272                  "Focus on C-regions matching this regexp (default %s): " 
    22732273                  ediff-regexp-focus-C)))) 
    22742274      (if (eq ediff-focus-regexp-connective 'and) 
     
    27212721                     file))) 
    27222722        (beep) 
    2723         (message warn-message) 
     2723        (message "%s" warn-message) 
    27242724        (with-output-to-temp-buffer ediff-msg-buffer 
    27252725          (princ "\n\n") 
     
    32873287            (princ "\n\n")) 
    32883288          (if (y-or-n-p 
    3289                (message warn-message)) 
     3289               (message "%s" warn-message)) 
    32903290              (with-current-buffer buff 
    32913291                (save-buffer)