Mercurial > emacs
changeset 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 | c5ec711f16c8 |
children | 52e7defa0669 |
files | lisp/uniquify.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
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)))