diff options
| author | Frank Fischer <frank-fischer@shadow-soft.de> | 2016-03-07 08:10:01 +0100 |
|---|---|---|
| committer | Frank Fischer <frank-fischer@shadow-soft.de> | 2016-03-07 08:10:01 +0100 |
| commit | 6a114be777786b05997777c1b6bbf67eccf0ce12 (patch) | |
| tree | 791c56ad5e02955a673bf02bf3dd1e0cb6b2beaa /scripts | |
| parent | b10ee47010b18ec7c8946eefc01814fdb0f57401 (diff) | |
update version to 1.2.111.2.11
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/evilupdate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/evilupdate b/scripts/evilupdate index 265f5d5..f113a6f 100755 --- a/scripts/evilupdate +++ b/scripts/evilupdate @@ -105,7 +105,7 @@ (defun evilupdate-update-emacswiki () "Update the version information on the EmacsWiki page." (setq yaoddmuse-wikis - '(("EmacsWiki" "http://www.emacswiki.org/emacs" utf-8 "uihnscuskc=1;"))) + '(("EmacsWiki" "https://www.emacswiki.org/emacs" utf-8 "uihnscuskc=1;"))) (when (featurep 'nadvice) (advice-add 'yaoddmuse-display-page :after 'evilupdate-wiki-trace)) (yaoddmuse-edit "EmacsWiki" evilupdate-wiki-page t) |
