diff lisp/uniquify.el @ 59130:ba97b7508fd1

(uniquify-rationalize-file-buffer-names): Delete interactive spec.
author Richard M. Stallman <rms@gnu.org>
date Mon, 27 Dec 2004 16:38:06 +0000
parents 695cf19ef79e
children 7764df4e45e1 95879cc1ed20
line wrap: on
line diff
--- 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)))