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

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

[nongnu] elpa/xah-fly-keys 3f96e2126e: fixed a minor error. changed xah-


From: ELPA Syncer
Subject: [nongnu] elpa/xah-fly-keys 3f96e2126e: fixed a minor error. changed xah-run-wolfram-script to xah-wolfram-run-script
Date: Sun, 31 Dec 2023 19:00:22 -0500 (EST)

branch: elpa/xah-fly-keys
commit 3f96e2126ed997517abf3ce4e2f6e966f33b217e
Author: Xah Lee <xah@xahlee.org>
Commit: Xah Lee <xah@xahlee.org>

    fixed a minor error. changed xah-run-wolfram-script to 
xah-wolfram-run-script
---
 xah-fly-keys.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/xah-fly-keys.el b/xah-fly-keys.el
index 553f243da5..67ecae5a05 100644
--- a/xah-fly-keys.el
+++ b/xah-fly-keys.el
@@ -4,7 +4,7 @@
 
 ;; Author: Xah Lee ( http://xahlee.info/ )
 ;; Maintainer: Xah Lee <xah@xahlee.org>
-;; Version: 24.19.20231230171204
+;; Version: 24.19.20231231134718
 ;; Created: 2013-09-10
 ;; Package-Requires: ((emacs "27"))
 ;; Keywords: convenience, vi, vim, ergoemacs, keybinding
@@ -2558,7 +2558,7 @@ When `universal-argument' is called first, prompt user to 
enter command line opt
 If the file is modified or not saved, save it automatically before run.
 
 URL `http://xahlee.info/emacs/emacs/elisp_run_current_file.html'
-Version: 2020-09-24 2023-12-04 2023-12-30"
+Version: 2020-09-24 2023-12-30 2023-12-31"
   (interactive)
   ;; (setenv "NO_COLOR" "1") ; 2022-09-10 for deno. default color has yellow 
parts, hard to see
   (when (not buffer-file-name) (user-error "Buffer is not file. Save it 
first."))
@@ -2588,9 +2588,9 @@ Version: 2020-09-24 2023-12-04 2023-12-30"
      ((string-equal xfExt "go")
       (xah-run-current-go-file))
      ((string-match "\\.\\(ws?l\\|m\\|nb\\)\\'" xfExt)
-      (if (fboundp 'xah-run-wolfram-script)
+      (if (fboundp 'xah-wolfram-run-script)
           (progn
-            (xah-run-wolfram-script nil current-prefix-arg))
+            (xah-wolfram-run-script nil current-prefix-arg))
         (if xappCmdStr
             (progn
               (message "Running")



reply via email to

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