Parcourir la source

babel: replaced `save-excursion' with `with-current-buffer'

* lisp/babel/ob.el (org-babel-expand-noweb-references):
  `save-excursion' is not longer defeated by `set-buffer'
Eric Schulte il y a 15 ans
Parent
commit
ea8565e2ed
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      lisp/babel/ob.el

+ 1 - 1
lisp/babel/ob.el

@@ -1286,7 +1286,7 @@ block but are passed literally to the \"example-block\"."
           (nb-add (buffer-substring index (point)))
           (goto-char (match-end 0))
           (setq index (point))
-          (nb-add (save-excursion
+          (nb-add (save-current-buffer
                     (set-buffer parent-buffer)
                     (mapconcat ;; interpose `prefix' between every line
                      #'identity