diff options
| author | Chong Yidong | 2012-02-07 14:34:52 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-02-07 14:34:52 +0800 |
| commit | 0992bd9c06b90c8f316187467bcc005cbe51050e (patch) | |
| tree | 8dc76890f747f5aaccd2e2754fad74616c7d18bf /admin/notes/bugtracker | |
| parent | 75ded89ba50f0b1758fe5c70701e0ae422b0c497 (diff) | |
| download | emacs-0992bd9c06b90c8f316187467bcc005cbe51050e.tar.gz emacs-0992bd9c06b90c8f316187467bcc005cbe51050e.zip | |
Fix and doc-fix for `buffer-local-variables'.
* src/buffer.c (Fbuffer_local_variables)
(buffer_lisp_local_variables): Handle unbound vars correctly;
don't let Qunbound leak into Lisp.
* doc/lispref/variables.texi (Creating Buffer-Local): Minor clarification
to buffer-local-variables doc.
Fixes: debbugs:10715
Diffstat (limited to 'admin/notes/bugtracker')
| -rw-r--r-- | admin/notes/bugtracker | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker index dd1ea46ceb2..3c24212ea10 100644 --- a/admin/notes/bugtracker +++ b/admin/notes/bugtracker | |||
| @@ -640,3 +640,14 @@ I think you also have to add them to 'tags' and 'tags_single_letter' | |||
| 640 | in /usr/share/perl5/Debbugs/Config.pm. | 640 | in /usr/share/perl5/Debbugs/Config.pm. |
| 641 | And update /var/www/Developer.html with a description of what the tag means. | 641 | And update /var/www/Developer.html with a description of what the tag means. |
| 642 | And the "valid tags" list in /var/www/index.html. | 642 | And the "valid tags" list in /var/www/index.html. |
| 643 | |||
| 644 | ** Backups | ||
| 645 | |||
| 646 | The FSF sysadmins handle multi-generational backups of the filesystem | ||
| 647 | on debbugs.gnu.org. But if you really want to have your own backup of | ||
| 648 | the bug database, you can use rsync (this requires login access to | ||
| 649 | debbugs.gnu.org): | ||
| 650 | |||
| 651 | rsync -azvv -e ssh USER@debbugs.gnu.org:/var/lib/debbugs/ DEST | ||
| 652 | |||
| 653 | Note that this occupies well over 1G of disk space. | ||