From: ueno Date: Wed, 27 Sep 2006 06:34:54 +0000 (+0000) Subject: (riece-command-list-addons): Describe "save the X-Git-Tag: riece-3_1_1~4 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Friece.git;a=commitdiff_plain;h=9727ddbc6a1eb956aed7af2e9c3fdfa9c86ac4f9 (riece-command-list-addons): Describe "save the current setting". (riece-command-enable-addon): Make sure the addon to be insinuated. --- 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)