From: Richard M. Stallman Date: Mon, 27 Dec 2004 16:38:06 +0000 (+0000) Subject: (uniquify-rationalize-file-buffer-names): Delete interactive spec. X-Git-Tag: ttn-vms-21-2-B4~3120 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e7e7e168835c79bff058b8cd400b9762c7468f87;p=emacs.git (uniquify-rationalize-file-buffer-names): Delete interactive spec. --- 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)))