From 2ad4a6eebd5b9ff03249b0e5954d3001d591968a Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Wed, 27 Sep 2006 06:34:54 +0000 Subject: [PATCH] (riece-command-list-addons): Describe "save the current setting". (riece-command-enable-addon): Make sure the addon to be insinuated. --- lisp/ChangeLog | 6 ++++++ lisp/riece-addon.el | 2 ++ 2 files changed, 8 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4a0f828..53ef078 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2006-09-27 Daiki Ueno + + * riece-addon.el (riece-command-list-addons): Describe "save the + current setting". + (riece-command-enable-addon): Make sure the addon to be insinuated. + 2006-08-30 Daiki Ueno * riece-layout.el (riece-layout-alist): Added diff --git a/lisp/riece-addon.el b/lisp/riece-addon.el index 95eac5f..3666e8a 100644 --- a/lisp/riece-addon.el +++ b/lisp/riece-addon.el @@ -388,6 +388,7 @@ Useful keys: `\\[riece-command-insinuate-addon]' to insinuate the current add-on. `\\[riece-command-uninstall-addon]' to uninstall the current add-on. `\\[riece-command-unload-addon]' to unload the current add-on. + `\\[riece-command-save-variables]' to save the current setting. ")) (goto-char (point-min)) (pop-to-buffer (current-buffer)) @@ -418,6 +419,7 @@ Useful keys: (and enabled (null (symbol-value enabled))))) t))))) + (riece-command-insinuate-addon addon) (riece-enable-addon addon t) (when (eq major-mode 'riece-addon-list-mode) (riece-command-list-addons) -- 2.34.1