[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] scratch/editorconfig-cc 0ddff16426 252/351: Update message form
From: |
Stefan Monnier |
Subject: |
[nongnu] scratch/editorconfig-cc 0ddff16426 252/351: Update message format for version info |
Date: |
Thu, 13 Jun 2024 18:39:00 -0400 (EDT) |
branch: scratch/editorconfig-cc
commit 0ddff164265d91348c3a13a0491c90f672f30a8a
Author: 10sr <8.slashes@gmail.com>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
Update message format for version info
Update message format for version info
---
editorconfig.el | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/editorconfig.el b/editorconfig.el
index bc4bca211b..040fe0e7cb 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -607,15 +607,16 @@ version in the echo area and the messages buffer."
package-alist))))
(pkg-version
(and pkg
- (package-version-join (package-desc-version pkg)))))
+ (package-version-join (package-desc-version pkg))))
+ (version-full (if (and pkg-version
+ (not (string= version
+ pkg-version)))
+ (concat version "-" pkg-version)
+ version)))
(when show-version
- (if pkg-version
- (message "EditorConfig Emacs: v%s (package version: %s)"
- version
- pkg-version)
- (message "EditorConfig Emacs v%s"
- version)))
- version))
+ (message "EditorConfig Emacs v%s"
+ version-full))
+ version-full))
(provide 'editorconfig)
- [nongnu] scratch/editorconfig-cc 2458fb6f90 327/351: Update version string, (continued)
- [nongnu] scratch/editorconfig-cc 2458fb6f90 327/351: Update version string, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 24c8272763 321/351: Add bash-ts-mode to editorconfig-indentation-alist (#296), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc b8d1335701 324/351: Add support for gdscript-mode (#300), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 9beb04599a 350/351: Refactor find-file advices (#340), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc e300cdf937 079/351: Bump version to v0.7.3, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 9f8a35806d 090/351: Derive editorconfig-conf-mode from conf-unix-mode, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 0382519088 240/351: Fix function name, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc ee8aa8afa1 244/351: Update README, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc fb44eccd92 288/351: Update debug message, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc c1ff2ea574 260/351: Fix support for Emacs<26, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 0ddff16426 252/351: Update message format for version info,
Stefan Monnier <=
- [nongnu] scratch/editorconfig-cc e5bfa5284c 280/351: Do not init submodule in Makefile, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 9ff08e2416 304/351: Update texi doc, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 91feb336b0 295/351: Use flag instead of adding -2-mode for new version testing (#251), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 1b1b1aceb1 258/351: Disallow setting mode when it is not listed in whitelist, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 52b3c10158 300/351: Add some bug fixes to 20210221-testing (#258), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 96f8ad419e 303/351: Update debug message format (#261), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc ad59db4e8b 330/351: Fix when-let (again) (#305), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc cfb18f7650 346/351: Prepare v0.11.0 (#332), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 588e0efe2a 347/351: feat: Add Svelte support (#333), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 480a6bba47 023/351: Fix some issues caused by the previous commit., Stefan Monnier, 2024/06/13