# HG changeset patch # User Richard M. Stallman # Date 1104165486 0 # Node ID ba97b7508fd1603d29b2fc925ddd94a2eeed5152 # Parent c5ec711f16c85a6419ddc29e16b7e83129dff8d0 (uniquify-rationalize-file-buffer-names): Delete interactive spec. diff -r c5ec711f16c8 -r ba97b7508fd1 lisp/uniquify.el --- a/lisp/uniquify.el Mon Dec 27 16:37:36 2004 +0000 +++ b/lisp/uniquify.el Mon Dec 27 16:38:06 2004 +0000 @@ -188,7 +188,6 @@ 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)))