]> code.delx.au - gnu-emacs/commitdiff
(uniquify-rationalize-file-buffer-names): Delete interactive spec.
authorRichard M. Stallman <rms@gnu.org>
Mon, 27 Dec 2004 16:38:06 +0000 (16:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 27 Dec 2004 16:38:06 +0000 (16:38 +0000)
lisp/uniquify.el

index f106297476c678d18ac900e425d414c41bfd97fa..b2da7971167dcd2df7f50f6e3e7bcac0fb00e1cf 100644 (file)
@@ -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)))