From e7e7e168835c79bff058b8cd400b9762c7468f87 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 27 Dec 2004 16:38:06 +0000 Subject: [PATCH] (uniquify-rationalize-file-buffer-names): Delete interactive spec. --- lisp/uniquify.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/uniquify.el b/lisp/uniquify.el index f106297476c..b2da7971167 100644 --- a/lisp/uniquify.el +++ b/lisp/uniquify.el @@ -188,7 +188,6 @@ If `uniquify-min-dir-content' > 0, always pulls that many file name elements. Arguments BASE, DIRNAME, and NEWBUF specify the new buffer that causes this rationaliztion." - (interactive) (if (null dirname) (with-current-buffer newbuf (setq uniquify-managed nil)) (setq dirname (expand-file-name (directory-file-name dirname))) -- 2.39.5