comparison lisp/uniquify.el @ 20065:34f94bc812c3

(uniquify-buffer-name-style): Add :require.
author Karl Heuer <kwzh@gnu.org>
date Thu, 16 Oct 1997 00:04:22 +0000
parents f66b5085a537
children 26e470569368
comparison
equal deleted inserted replaced
20064:697360ed5e4b 20065:34f94bc812c3
105 :type '(radio (const forward) 105 :type '(radio (const forward)
106 (const reverse) 106 (const reverse)
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
113 "*If non-nil, rerationalize buffer names after a buffer has been killed. 114 "*If non-nil, rerationalize buffer names after a buffer has been killed.
114 This can be dangerous if Emacs Lisp code is keeping track of buffers by their 115 This can be dangerous if Emacs Lisp code is keeping track of buffers by their