emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/excorporate e6cb302 15/93: packages/excorporate: Intero


From: Stefan Monnier
Subject: [elpa] externals/excorporate e6cb302 15/93: packages/excorporate: Interoperate with LaTeX preview
Date: Sun, 29 Nov 2020 15:42:58 -0500 (EST)

branch: externals/excorporate
commit e6cb302c1212683a7267a5424175ffc8166be0b9
Author: Thomas Fitzsimmons <fitzsim@fitzsim.org>
Commit: Thomas Fitzsimmons <fitzsim@fitzsim.org>

    packages/excorporate: Interoperate with LaTeX preview
    
    * packages/excorporate/excorporate-org.el
    (exco-org-initialize-buffer): Set buffer-file-name to
    excorporate-org-buffer-name (bug#23765).
---
 excorporate-org.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/excorporate-org.el b/excorporate-org.el
index a06057a..05d11fb 100644
--- a/excorporate-org.el
+++ b/excorporate-org.el
@@ -34,6 +34,7 @@
   "Add initial text to the destination buffer."
   (with-current-buffer (get-buffer-create excorporate-org-buffer-name)
       (setq buffer-read-only t)
+      (setq buffer-file-name excorporate-org-buffer-name)
       (org-mode)
       (use-local-map (copy-keymap org-mode-map))
       (local-set-key "q" 'quit-window)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]