diff options
Diffstat (limited to 'src/eval.c')
| -rw-r--r-- | src/eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c index 40b47968be2..272c627dc66 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -616,7 +616,7 @@ The return value is BASE-VARIABLE. */) | |||
| 616 | emacs_abort (); | 616 | emacs_abort (); |
| 617 | } | 617 | } |
| 618 | 618 | ||
| 619 | /* https://lists.gnu.org/archive/html/emacs-devel/2008-04/msg00834.html | 619 | /* https://lists.gnu.org/r/emacs-devel/2008-04/msg00834.html |
| 620 | If n_a is bound, but b_v is not, set the value of b_v to n_a, | 620 | If n_a is bound, but b_v is not, set the value of b_v to n_a, |
| 621 | so that old-code that affects n_a before the aliasing is setup | 621 | so that old-code that affects n_a before the aliasing is setup |
| 622 | still works. */ | 622 | still works. */ |