diff --git a/src/workgroups2.el b/src/workgroups2.el index da3a69b50a700d9ec7a42cc6a96cc572df41e7c4..78881e389ba6f170795c434b8da3bda49df3dd50 100644 --- a/src/workgroups2.el +++ b/src/workgroups2.el @@ -4559,7 +4559,7 @@ Unless it is currently being deactivated." ;;'window-configuration-change-hook 'wg-associate-frame-buffers )) - +;;;###autoload (defun workgroups-mode (&optional arg) "Turn `workgroups-mode' on and off. ARG is nil - toggle @@ -4599,6 +4599,7 @@ ARG is anything else, turn on `workgroups-mode'." (wg-create-first-wg) workgroups-mode) +;;;###autoload (defun wg-help () "Just call `apropos-command' on \"^wg-\". There used to be a bunch of help-buffer construction stuff here,