diff options
author | Karl Heuer <kwzh@gnu.org> | 1997-10-16 00:04:22 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1997-10-16 00:04:22 +0000 |
commit | a5bec26c83a6d501cbbe612d6802f69950b92e4c (patch) | |
tree | 842dcfa9c2e313713566a39dd749a6098eb0e324 /lisp/uniquify.el | |
parent | d6bc306b43527d0a1b7060c9b8d3c2f85d0ba074 (diff) | |
download | emacs-a5bec26c83a6d501cbbe612d6802f69950b92e4c.tar.gz |
(uniquify-buffer-name-style): Add :require.
Diffstat (limited to 'lisp/uniquify.el')
-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: (const post-forward) (const post-forward-angle-brackets) (const :tag "standard Emacs behavior (nil)" nil)) + :require 'uniquify :group 'uniquify) (defcustom uniquify-after-kill-buffer-p nil |