diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/uniquify.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/uniquify.el b/lisp/uniquify.el index 2d89473dae0..5a8c31ca624 100644 --- a/lisp/uniquify.el +++ b/lisp/uniquify.el | |||
| @@ -107,6 +107,7 @@ would have the following buffer names in the various styles: | |||
| 107 | (const post-forward) | 107 | (const post-forward) |
| 108 | (const post-forward-angle-brackets) | 108 | (const post-forward-angle-brackets) |
| 109 | (const :tag "standard Emacs behavior (nil)" nil)) | 109 | (const :tag "standard Emacs behavior (nil)" nil)) |
| 110 | :require 'uniquify | ||
| 110 | :group 'uniquify) | 111 | :group 'uniquify) |
| 111 | 112 | ||
| 112 | (defcustom uniquify-after-kill-buffer-p nil | 113 | (defcustom uniquify-after-kill-buffer-p nil |