]> git.eshelyaron.com Git - emacs.git/commitdiff
(add-untranslated-filesystem)
authorRichard M. Stallman <rms@gnu.org>
Tue, 20 May 1997 18:51:22 +0000 (18:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 20 May 1997 18:51:22 +0000 (18:51 +0000)
(remove-untranslated-filesystem): Add interactive spec.

lisp/dos-w32.el

index e532ba33a4f5ff7d4346631e88dd77bb12e00f2e..a617bbec74e0372631839793e37b6e739ebd8358 100644 (file)
@@ -149,6 +149,7 @@ CR/LF translation, and nil otherwise."
 CR/LF translation.  FILESYSTEM is a string containing the directory
 prefix corresponding to the filesystem.  For example, for a Unix 
 filesystem mounted on drive Z:, FILESYSTEM could be \"Z:\"."
+  (interactive "fUntranslated file system: ")
   (let ((fs (untranslated-canonical-name filesystem)))
     (if (member fs untranslated-filesystem-list)
        untranslated-filesystem-list
@@ -160,6 +161,7 @@ filesystem mounted on drive Z:, FILESYSTEM could be \"Z:\"."
 CR/LF translation.  FILESYSTEM is a string containing the directory
 prefix corresponding to the filesystem.  For example, for a Unix 
 filesystem mounted on drive Z:, FILESYSTEM could be \"Z:\"."
+  (interactive "fUntranslated file system: ")
   (setq untranslated-filesystem-list 
        (delete (untranslated-canonical-name filesystem)
                untranslated-filesystem-list)))