[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/julia-mode 7e301f4414 22/22: Merge pull request #186 from
|
From: |
ELPA Syncer |
|
Subject: |
[nongnu] elpa/julia-mode 7e301f4414 22/22: Merge pull request #186 from tpapp/tp/remove-emacs-25 |
|
Date: |
Thu, 4 May 2023 11:00:53 -0400 (EDT) |
branch: elpa/julia-mode
commit 7e301f4414e25b4409859c3b8d371352807a3194
Merge: 016721004c 8f3afcb99e
Author: Tamas K. Papp <tkpapp@gmail.com>
Commit: GitHub <noreply@github.com>
Merge pull request #186 from tpapp/tp/remove-emacs-25
require Emacs 26
---
.github/workflows/CI.yml | 5 +----
julia-mode.el | 2 +-
2 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index 9d87f87bfc..7092bc5e7d 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -17,9 +17,6 @@ jobs:
fail-fast: false
matrix:
emacs_version:
- - 25.1
- - 25.2
- - 25.3
- 26.1
- 26.2
- 26.3
@@ -31,7 +28,7 @@ jobs:
- true
include:
- emacs_version: snapshot
- ignore_warnings: false
+ ignore_warnings: true
steps:
- uses: actions/checkout@v2
- uses: purcell/setup-emacs@master
diff --git a/julia-mode.el b/julia-mode.el
index ae745c9caa..cc8134356f 100644
--- a/julia-mode.el
+++ b/julia-mode.el
@@ -4,7 +4,7 @@
;; URL: https://github.com/JuliaEditorSupport/julia-emacs
;; Version: 0.4
;; Keywords: languages
-;; Package-Requires: ((emacs "24.3"))
+;; Package-Requires: ((emacs "26.1"))
;;; Usage:
;; Put the following code in your .emacs, site-load.el, or other relevant file
- [nongnu] elpa/julia-mode 4d2047666f 04/22: Remove old latexsub implementation, (continued)
- [nongnu] elpa/julia-mode 4d2047666f 04/22: Remove old latexsub implementation, ELPA Syncer, 2023/05/04
- [nongnu] elpa/julia-mode 0160fecf90 05/22: Override TAB to do completion in julia-mode buffers, ELPA Syncer, 2023/05/04
- [nongnu] elpa/julia-mode f92227a87f 09/22: Fix whitespace, ELPA Syncer, 2023/05/04
- [nongnu] elpa/julia-mode f359fd01c5 12/22: Add predicate to "around" latex symbol completion, ELPA Syncer, 2023/05/04
- [nongnu] elpa/julia-mode 347c5c11c5 14/22: cleanup tests, bit more verbose to compare matched string, ELPA Syncer, 2023/05/04
- [nongnu] elpa/julia-mode 74e13dc460 16/22: use cl-flet, ELPA Syncer, 2023/05/04
- [nongnu] elpa/julia-mode 15326d6992 08/22: Remove extraneous -mode suffix from julia-- functions, ELPA Syncer, 2023/05/04
- [nongnu] elpa/julia-mode 016721004c 19/22: Merge pull request #185 from JuliaEditorSupport/tp/find-latexsub-end, ELPA Syncer, 2023/05/04
- [nongnu] elpa/julia-mode 8f3afcb99e 21/22: ignore warnings on snaphot, ELPA Syncer, 2023/05/04
- [nongnu] elpa/julia-mode f854352d76 11/22: Fix byte-compilation warnings for company-integration code, ELPA Syncer, 2023/05/04
- [nongnu] elpa/julia-mode 7e301f4414 22/22: Merge pull request #186 from tpapp/tp/remove-emacs-25,
ELPA Syncer <=
- [nongnu] elpa/julia-mode d2b28644d2 06/22: Stop overriding regex in julia-mode-abbrev-table, ELPA Syncer, 2023/05/04
- [nongnu] elpa/julia-mode c8e33f81fa 13/22: Use a hash table to look up where symbols end., ELPA Syncer, 2023/05/04
- [nongnu] elpa/julia-mode a39c9d2dd3 07/22: Automatically substitute LaTeX symbols after completion., ELPA Syncer, 2023/05/04
- [nongnu] elpa/julia-mode 26a1c2bfa9 20/22: require Emacs 26, ELPA Syncer, 2023/05/04