summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Arruga Vivas <rosen644835@gmail.com>2020-11-16 21:36:45 +0100
committerLudovic Courtès <ludo@gnu.org>2020-11-18 15:35:01 +0100
commit7a04d80921fd1a4784517a734ed0c92cb60f1828 (patch)
tree4cee33073669d491213198b7bdd386f5b94dc699
parent28aef467ee78439de8361be9ce418f7aed593aa7 (diff)
.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.
-rw-r--r--.dir-locals.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index c95ca9e5edf..4eb27d8b1b0 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -25,7 +25,7 @@
25 ;; strange problem where this code "escapes" to some other buffers, 25 ;; strange problem where this code "escapes" to some other buffers,
26 ;; at least vc-mode. See: 26 ;; at least vc-mode. See:
27 ;; https://lists.gnu.org/archive/html/guix-devel/2020-11/msg00296.html 27 ;; https://lists.gnu.org/archive/html/guix-devel/2020-11/msg00296.html
28 ;; (TODO: add/replace with upstream emacs bug link when reported) 28 ;; Upstream report: <https://bugs.gnu.org/44698>
29 ;; Hence the following "when", which might otherwise be unnecessary; 29 ;; Hence the following "when", which might otherwise be unnecessary;
30 ;; it prevents causing an error when root-dir-unexpanded is nil. 30 ;; it prevents causing an error when root-dir-unexpanded is nil.
31 (when root-dir-unexpanded 31 (when root-dir-unexpanded