Procházet zdrojové kódy

org-src: Tiny fix

* lisp/org-src.el (org-src-mode): Tiny fix.
Nicolas Goaziou před 10 roky
rodič
revize
ea575950d9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      lisp/org-src.el

+ 1 - 1
lisp/org-src.el

@@ -543,7 +543,7 @@ There is a mode hook, and keybindings for `org-edit-src-exit' and
     (org-set-local
      'header-line-format
      (substitute-command-keys
-      (if write-back
+      (if org-src--allow-write-back
 	  "Edit, then exit with \\[org-edit-src-exit] or abort with \
 \\[org-edit-src-abort]"
 	"Exit with \\[org-edit-src-exit] or abort with \