mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
.dir-locals.el: Add upstream report link.
Follow up from 1d6e7732b1
.
* .dir-locals.el: Modify comment to point at the report to bug-gnu-emacs.
This commit is contained in:
parent
34a6f12351
commit
3428c66c5a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
;; strange problem where this code "escapes" to some other buffers,
|
;; strange problem where this code "escapes" to some other buffers,
|
||||||
;; at least vc-mode. See:
|
;; at least vc-mode. See:
|
||||||
;; https://lists.gnu.org/archive/html/guix-devel/2020-11/msg00296.html
|
;; 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;
|
;; Hence the following "when", which might otherwise be unnecessary;
|
||||||
;; it prevents causing an error when root-dir-unexpanded is nil.
|
;; it prevents causing an error when root-dir-unexpanded is nil.
|
||||||
(when root-dir-unexpanded
|
(when root-dir-unexpanded
|
||||||
|
|
Loading…
Reference in a new issue