summaryrefslogtreecommitdiff
path: root/lisp/uniquify.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-12-27 16:38:06 +0000
committerRichard M. Stallman <rms@gnu.org>2004-12-27 16:38:06 +0000
commite7e7e168835c79bff058b8cd400b9762c7468f87 (patch)
tree44daa2c6a5497b01d33898d37c22c835e1c1db4f /lisp/uniquify.el
parentcf8a2dae5ddd1178066dca0524080fde2fdd43df (diff)
downloademacs-e7e7e168835c79bff058b8cd400b9762c7468f87.tar.gz
(uniquify-rationalize-file-buffer-names): Delete interactive spec.
Diffstat (limited to 'lisp/uniquify.el')
-rw-r--r--lisp/uniquify.el1
1 files changed, 0 insertions, 1 deletions
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)))