diff options
author | Teddy Wing | 2018-04-11 21:43:59 +0200 |
---|---|---|
committer | Teddy Wing | 2018-04-11 21:43:59 +0200 |
commit | bf26e802661094b0e13a0242027e33ddcd665a47 (patch) | |
tree | 5509dd2692e9e3cb8e70b466389c3d8762c5f7d3 | |
parent | 8a12bad0cac4e905d3202bbe18ee80b67a7aa10f (diff) | |
download | w3m-session-backup-bf26e802661094b0e13a0242027e33ddcd665a47.tar.bz2 |
Autoload the `M-x` `w3m-session-backup` command
Since this is a user command, autoload it to ensure it's recognised.
-rw-r--r-- | w3m-session-backup.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/w3m-session-backup.el b/w3m-session-backup.el index eeab085..b677349 100644 --- a/w3m-session-backup.el +++ b/w3m-session-backup.el @@ -108,6 +108,7 @@ ;; Make M-x command to write session backup +;;;###autoload (defun w3m-session-backup () "Save the current w3m crash recovery session to a new YAML file." (interactive) |