From a5bec26c83a6d501cbbe612d6802f69950b92e4c Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 16 Oct 1997 00:04:22 +0000 Subject: [PATCH] (uniquify-buffer-name-style): Add :require. --- lisp/uniquify.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2