]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/vc/smerge-mode.el (smerge-refine): Replace obsolete alias.
authorGlenn Morris <rgm@gnu.org>
Fri, 15 Dec 2017 18:35:25 +0000 (13:35 -0500)
committerGlenn Morris <rgm@gnu.org>
Fri, 15 Dec 2017 18:35:42 +0000 (13:35 -0500)
lisp/vc/smerge-mode.el

index b988463de1e3994c6387a83f80f22f1ca85fe584..f1a8ed48c7585825990fba6727dbb7f4baff8eb4 100644 (file)
@@ -919,7 +919,7 @@ Its behavior has mainly two restrictions:
   after the newline.
   This only matters if `smerge-refine-ignore-whitespace' is nil.
 - it needs to be unaffected by changes performed by the `preproc' argument
-  to `smerge-refine-subst'.
+  to `smerge-refine-regions'.
   This only matters if `smerge-refine-weight-hack' is nil.")
 
 (defvar smerge-refine-ignore-whitespace t
@@ -1188,7 +1188,7 @@ repeating the command will highlight other two parts."
       (put-text-property (match-beginning 0) (1+ (match-beginning 0))
                          'smerge-refine-part
                          (cons (buffer-chars-modified-tick) part)))
-    (smerge-refine-subst (match-beginning n1) (match-end n1)
+    (smerge-refine-regions (match-beginning n1) (match-end n1)
                          (match-beginning n2)  (match-end n2)
                          (if smerge-use-changed-face
                             '((smerge . refine) (face . smerge-refined-change)))