diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-03-24 09:28:32 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-03-24 10:20:18 +0100 |
commit | 8b07994e201e478df8a3431cbae5187b4cde1791 (patch) | |
tree | b31466c7674c28a3a116884441922cd04568fe48 /lisp/textmodes/bibtex-style.el | |
parent | a4ececf004e5442fc245ccff910000fe407f7212 (diff) | |
download | emacs-8b07994e201e478df8a3431cbae5187b4cde1791.tar.gz |
Convert many more links to use HTTPS
Diffstat (limited to 'lisp/textmodes/bibtex-style.el')
-rw-r--r-- | lisp/textmodes/bibtex-style.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/bibtex-style.el b/lisp/textmodes/bibtex-style.el index 820033486dc..6d01871bc52 100644 --- a/lisp/textmodes/bibtex-style.el +++ b/lisp/textmodes/bibtex-style.el @@ -49,7 +49,7 @@ "REVERSE" "SORT" "STRINGS")) (defconst bibtex-style-functions - ;; From http://www.eeng.dcu.ie/local-docs/btxdocs/btxhak/btxhak/node4.html. + ;; From https://www.eeng.dcu.ie/local-docs/btxdocs/btxhak/btxhak/node4.html. '("<" ">" "=" "+" "-" "*" ":=" "add.period$" "call.type$" "change.case$" "chr.to.int$" "cite$" "duplicate$" "empty$" "format.name$" "if$" "int.to.chr$" "int.to.str$" |