diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-12-27 16:38:06 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-12-27 16:38:06 +0000 |
commit | e7e7e168835c79bff058b8cd400b9762c7468f87 (patch) | |
tree | 44daa2c6a5497b01d33898d37c22c835e1c1db4f /lisp/uniquify.el | |
parent | cf8a2dae5ddd1178066dca0524080fde2fdd43df (diff) | |
download | emacs-e7e7e168835c79bff058b8cd400b9762c7468f87.tar.gz |
(uniquify-rationalize-file-buffer-names): Delete interactive spec.
Diffstat (limited to 'lisp/uniquify.el')
-rw-r--r-- | lisp/uniquify.el | 1 |
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))) |