summaryrefslogtreecommitdiff
path: root/emacs/guix-base.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/guix-base.el')
-rw-r--r--emacs/guix-base.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/emacs/guix-base.el b/emacs/guix-base.el
index 15a26de01e..e9c1e00245 100644
--- a/emacs/guix-base.el
+++ b/emacs/guix-base.el
@@ -626,7 +626,11 @@ This function will not update the information, use
(all
(0 "No available generations.")
(1 "A single available generation.")
- (many "%d available generations." count)))))
+ (many "%d available generations." count))
+ (time
+ (0 "Generations not found.")
+ (1 "A single generation matching time period.")
+ (many "%d generations matching time period." count)))))
(defun guix-result-message (entries entry-type search-type search-vals)
"Display an appropriate message after displaying ENTRIES."