+6
-1
lines changedFilter options
+6
-1
lines changed Original file line number Diff line number Diff line change
@@ -771,7 +771,12 @@ full detials."
771
771
772
772
(defun eask-package-desc-keywords ()
773
773
"Return keywords from package descriptor."
774
-
(when eask-package-desc (package-desc--keywords eask-package-desc)))
774
+
(when eask-package-desc
775
+
(or (package-desc--keywords eask-package-desc)
776
+
(and eask-package-file
777
+
(with-temp-buffer
778
+
(insert-file-contents eask-package-file)
779
+
(lm-keywords-list))))))
775
780
776
781
(defun eask-pkg-el ()
777
782
"Return package description file if exists."
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4