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

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

[elpa] externals/idlwave 7262cf47e0 292/360: Assistant no longer needed/


From: ELPA Syncer
Subject: [elpa] externals/idlwave 7262cf47e0 292/360: Assistant no longer needed/available.
Date: Sun, 28 Apr 2024 00:59:34 -0400 (EDT)

branch: externals/idlwave
commit 7262cf47e09364bed6c79b496c91425ccf31291d
Author: JD Smith <jdtsmith@gmail.com>
Commit: JD Smith <jdtsmith@gmail.com>

    Assistant no longer needed/available.
---
 idlw-help.el | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/idlw-help.el b/idlw-help.el
index 4c57980d4f..e54fd6d8ef 100644
--- a/idlw-help.el
+++ b/idlw-help.el
@@ -1329,14 +1329,6 @@ the idlhelp script.")
   "The command, rooted at idlwave-system-directory, which invokes the
 IDL assistant.")
 
-(defun idlwave-help-assistant-available ()
-  (if idlwave-help-assistant-available
-      (eq idlwave-help-assistant-available t)
-    (setq idlwave-help-assistant-available
-         (if (file-executable-p (idlwave-help-assistant-command))
-             t
-           'not-available))))
-
 (defun idlwave-help-assistant-command ()
   (expand-file-name idlwave-help-assistant-command (idlwave-sys-dir)))
 



reply via email to

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