diff options
Diffstat (limited to 'admin/admin.el')
-rw-r--r-- | admin/admin.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/admin.el b/admin/admin.el index 1cad7ae2776..3fc50afe9f0 100644 --- a/admin/admin.el +++ b/admin/admin.el @@ -657,7 +657,7 @@ style=\"text-align:left\">") (defconst make-manuals-dist-output-variables - `(("@\\(top_\\)?srcdir@" . ".") ; top_srcdir is wrong, but not used + '(("@\\(top_\\)?srcdir@" . ".") ; top_srcdir is wrong, but not used ("^\\(\\(?:texinfo\\|buildinfo\\|emacs\\)dir *=\\).*" . "\\1 .") ("^\\(clean:.*\\)" . "\\1 infoclean") ("@MAKEINFO@" . "makeinfo") |