branch: externals/idlwave
commit 3ead12e7b46f6178cceb68c2a77dcd2ad2a6c396
Author: JD Smith <93749+jdtsm...@users.noreply.github.com>
Commit: JD Smith <93749+jdtsm...@users.noreply.github.com>

    idlw-shell: use make-local-variable
---
 idlw-shell.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/idlw-shell.el b/idlw-shell.el
index 5a40302857..9cf06778ee 100644
--- a/idlw-shell.el
+++ b/idlw-shell.el
@@ -923,9 +923,9 @@ IDL has currently stepped.")
   (setq comint-input-ignoredups t)
   (setq comint-input-sender (function idlwave-shell-sender))
 
+  (make-local-variable 'idlwave-shell-mode-line-info)
   (setq idlwave-shell-mode-line-info nil)
-  (cl-pushnew 'idlwave-shell-mode-line-info
-             (buffer-local-value mode-line-misc-info))
+  (cl-pushnew 'idlwave-shell-mode-line-info mode-line-misc-info)
   ;; (setq mode-line-format
   ;;   '(""
   ;;     mode-line-modified

Reply via email to