aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1997-10-16 00:04:22 +0000
committerKarl Heuer1997-10-16 00:04:22 +0000
commita5bec26c83a6d501cbbe612d6802f69950b92e4c (patch)
tree842dcfa9c2e313713566a39dd749a6098eb0e324
parentd6bc306b43527d0a1b7060c9b8d3c2f85d0ba074 (diff)
downloademacs-a5bec26c83a6d501cbbe612d6802f69950b92e4c.tar.gz
emacs-a5bec26c83a6d501cbbe612d6802f69950b92e4c.zip
(uniquify-buffer-name-style): Add :require.
-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:
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