diff options
author | Miguel Ángel Arruga Vivas <rosen644835@gmail.com> | 2020-11-16 21:36:45 +0100 |
---|---|---|
committer | Miguel Ángel Arruga Vivas <rosen644835@gmail.com> | 2020-11-16 21:48:30 +0100 |
commit | 3428c66c5a4d5f1a5fd2f1ad4cd3105993ae8e6d (patch) | |
tree | 03d96633472071b5ebf777d74e2e1ea439bacb0e /.dir-locals.el | |
parent | 34a6f123514b5677d442ed7cd609ff01534904b8 (diff) | |
download | guix-3428c66c5a4d5f1a5fd2f1ad4cd3105993ae8e6d.tar.gz |
.dir-locals.el: Add upstream report link.
Follow up from 1d6e7732b163c9e945c9e5b32c726fe3b5f09c3a. * .dir-locals.el: Modify comment to point at the report to bug-gnu-emacs.
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 521c37950c..bad3900a96 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -25,7 +25,7 @@ ;; strange problem where this code "escapes" to some other buffers, ;; at least vc-mode. See: ;; https://lists.gnu.org/archive/html/guix-devel/2020-11/msg00296.html - ;; (TODO: add/replace with upstream emacs bug link when reported) + ;; Upstream report: <https://bugs.gnu.org/44698> ;; Hence the following "when", which might otherwise be unnecessary; ;; it prevents causing an error when root-dir-unexpanded is nil. (when root-dir-unexpanded |