diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-10-09 12:23:02 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-10-09 12:23:02 +0200 |
commit | b19bf0844770af78b7169c6675770ab6715937c6 (patch) | |
tree | 3e6dd879676bcf6344f744374148a5703d9a5849 /lisp/emacs-lisp | |
parent | 95e8c7d1d9ec9476065958596acfa97cf960b9db (diff) | |
download | emacs-b19bf0844770af78b7169c6675770ab6715937c6.tar.gz emacs-b19bf0844770af78b7169c6675770ab6715937c6.tar.bz2 emacs-b19bf0844770af78b7169c6675770ab6715937c6.zip |
; shorten https://lists.gnu.org/archive/html/... links
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 7c95c918009..f4b9139ef1d 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -284,7 +284,7 @@ The information is logged to `byte-compile-log-buffer'." ;; This needs to be autoloaded because it needs to be available to ;; Emacs before the byte compiler is loaded, otherwise Emacs will not ;; know that this variable is marked as safe until it is too late. -;; (See https://lists.gnu.org/archive/html/emacs-devel/2018-01/msg00261.html ) +;; (See https://lists.gnu.org/r/emacs-devel/2018-01/msg00261.html ) ;;;###autoload(put 'byte-compile-error-on-warn 'safe-local-variable 'booleanp) (defconst byte-compile-warning-types |