Explorar o código

Fix cleaning up Edit Src buffers

Carsten Dominik %!s(int64=15) %!d(string=hai) anos
pai
achega
91197ce280
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/org-src.el

+ 1 - 1
lisp/org-src.el

@@ -241,7 +241,7 @@ the edited version."
     (mapc
      (lambda (b)
        (with-current-buffer b
-	 (if (and (string-match "\\`*Org Edit " (buffer-name))
+	 (if (and (string-match "\\`*Org Src " (buffer-name))
 		  (local-variable-p 'org-edit-src-beg-marker (current-buffer))
 		  (local-variable-p 'org-edit-src-end-marker (current-buffer))
 		  (equal beg org-edit-src-beg-marker)