Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix compilation warningHEADmaster | Yuchen Pei | 2023-06-09 | 1 | -1/+0 |
| | |||||
* | Fixed missing -n switch on tail call | alinmear | 2020-06-28 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3 from rlaboiss/compilation-warnings | alraban | 2019-02-28 | 1 | -6/+7 |
|\ | | | | | Fix compilation warnings | ||||
| * | Fix compilation warnings | Rafael Laboissiere | 2019-02-21 | 1 | -6/+7 |
| | | | | | | | | | | | | | | | | | | | | * (org-recoll-search-history) Specify the type of custom variable. * (org-recoll-compare-string-to-list) Avoid warnings about assignment and reference to free variable org-recoll-matched. This is fixed by locally defining the variable inside a let construct. Furthermore, the name of the variable is changed to "matched", since there is no need to prefix it by "org-recoll-". | ||||
* | | Add autoload cookies for public functions | Rafael Laboissiere | 2019-02-20 | 1 | -0/+2 |
|/ | | | | | | Autoload cookies are added for functions org-recoll-update-index and org-recoll-search. This is very handy when installing the package through el-get. | ||||
* | org-recoll.el | alraban | 2017-11-24 | 1 | -0/+352 |
Initial Commit |