A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/emacs-eask/cli/commit/0cb755e0c18d37a59c76add905ea089c61b3a931 below:

Keywords cannot be parsed in Emacs 26.x · emacs-eask/cli@0cb755e · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+6

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+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