emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals-release/activities 7c90a5e637 074/103: Fix: Alias


From: ELPA Syncer
Subject: [elpa] externals-release/activities 7c90a5e637 074/103: Fix: Alias
Date: Tue, 30 Jan 2024 03:57:53 -0500 (EST)

branch: externals-release/activities
commit 7c90a5e637d82534450c0715c3ff5c3592ab412c
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Fix: Alias
---
 README.org      | 1 +
 activities.el   | 2 +-
 activities.info | 7 ++++---
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org
index 9697bf5f61..fbf7da2f84 100644
--- a/README.org
+++ b/README.org
@@ -120,6 +120,7 @@ When option ~activities-bookmark-store~ is enabled, an 
Emacs bookmark is stored
 
 *Fixes*
 + Autoloads.
++ Command aliases.
 
 ** v0.1.2
 
diff --git a/activities.el b/activities.el
index 0a61b6fe23..549ec57f27 100644
--- a/activities.el
+++ b/activities.el
@@ -309,7 +309,7 @@ closed."
   (activities-save activity :lastp t)
   (activities-close activity))
 
-(defalias #'activities-suspend 'activities-kill)
+(defalias 'activities-kill #'activities-suspend)
 
 (defun activities-save-all ()
   "Save all active activities' last states.
diff --git a/activities.info b/activities.info
index c677ccc50c..655a510b23 100644
--- a/activities.info
+++ b/activities.info
@@ -319,6 +319,7 @@ File: README.info,  Node: v013-pre,  Next: v012,  Up: 
Changelog
 
 *Fixes*
    • Autoloads.
+   • Command aliases.
 
 
 File: README.info,  Node: v012,  Next: v011,  Prev: v013-pre,  Up: Changelog
@@ -361,9 +362,9 @@ Node: Bookmarks8251
 Node: FAQ8603
 Node: Changelog11679
 Node: v013-pre11844
-Node: v01211969
-Node: v01112150
-Node: v0112313
+Node: v01211993
+Node: v01112174
+Node: v0112337
 
 End Tag Table
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]