Close bug#5529.
* buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
This commit is contained in:
parent
7fad1447ad
commit
5dbbdd3341
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-02-08 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* buffers.texi (Uniquify): Must explicitly load library. (Bug#5529)
|
||||
|
||||
2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* display.texi (Useless Whitespace, Text Display):
|
||||
|
|
|
@ -583,7 +583,8 @@ names (all but one of them).
|
|||
|
||||
@vindex uniquify-buffer-name-style
|
||||
Other methods work by adding parts of each file's directory to the
|
||||
buffer name. To select one, customize the variable
|
||||
buffer name. To select one, load the library @file{uniquify} (e.g.
|
||||
using @code{(require 'uniquify)}, and customize the variable
|
||||
@code{uniquify-buffer-name-style} (@pxref{Easy Customization}).
|
||||
|
||||
To begin with, the @code{forward} naming method includes part of the
|
||||
|
|
Loading…
Add table
Reference in a new issue