Browse 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 15 years ago
parent
commit
ea8565e2ed
1 changed files with 1 additions and 1 deletions
  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