|
7 | 7 | ;; Version: 3.1.0 |
8 | 8 | ;; Keywords: convenience, unix |
9 | 9 | ;; URL: http://github.com/szermatt/emacs-bash-completion |
10 | | -;; Package-Requires: ((emacs "24.3")) |
| 10 | +;; Package-Requires: ((emacs "25.3")) |
11 | 11 |
|
12 | 12 | ;; This program is free software: you can redistribute it and/or |
13 | 13 | ;; modify it under the terms of the GNU General Public License as |
|
99 | 99 |
|
100 | 100 | ;;; Compatibility: |
101 | 101 |
|
102 | | -;; bash-completion.el is known to work with Bash 3, 4 and 5, on Emacs, |
103 | | -;; starting with version 24.3, under Linux and OSX. It does not work |
| 102 | +;; bash-completion.el is known to work with Bash 4 and 5, on Emacs, |
| 103 | +;; starting with version 25.3, under Linux and OSX. It does not work |
104 | 104 | ;; on XEmacs. |
105 | 105 |
|
106 | 106 | ;;; History: |
@@ -274,13 +274,13 @@ Bash processes.") |
274 | 274 | "Value for the special PS1 prompt set for completions, quoted.") |
275 | 275 |
|
276 | 276 | (eval-when-compile |
277 | | - (unless (or (and (= emacs-major-version 24) (>= emacs-minor-version 3)) |
278 | | - (>= emacs-major-version 25)) |
| 277 | + (unless (or (and (= emacs-major-version 25) (>= emacs-minor-version 3)) |
| 278 | + (>= emacs-major-version 26)) |
279 | 279 | (error |
280 | 280 | (concat |
281 | | - "Emacs version 24.3 or later is required to run emacs-bash-completion.\n" |
282 | | - "Download emacs-bash-completion version 2.1 to run on older Emacs " |
283 | | - "versions, from 22 to 24.")))) |
| 281 | + "Emacs version 25.3 or later is required to run emacs-bash-completion.\n" |
| 282 | + "Download emacs-bash-completion version 2.1 to run on Emacs 22 and 23" |
| 283 | + "version 3.1.0 to run on Emacs 24.")))) |
284 | 284 |
|
285 | 285 | (defvar bash-completion--debug-info nil |
286 | 286 | "Alist that stores info about the last call to `bash-completion-send'. |
|
0 commit comments