summaryrefslogtreecommitdiff
path: root/lisp/uniquify.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1997-10-16 00:04:22 +0000
committerKarl Heuer <kwzh@gnu.org>1997-10-16 00:04:22 +0000
commita5bec26c83a6d501cbbe612d6802f69950b92e4c (patch)
tree842dcfa9c2e313713566a39dd749a6098eb0e324 /lisp/uniquify.el
parentd6bc306b43527d0a1b7060c9b8d3c2f85d0ba074 (diff)
downloademacs-a5bec26c83a6d501cbbe612d6802f69950b92e4c.tar.gz
(uniquify-buffer-name-style): Add :require.
Diffstat (limited to 'lisp/uniquify.el')
-rw-r--r--lisp/uniquify.el1
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