aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/dos-w32.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/dos-w32.el b/lisp/dos-w32.el
index e532ba33a4f..a617bbec74e 100644
--- a/lisp/dos-w32.el
+++ b/lisp/dos-w32.el
@@ -149,6 +149,7 @@ CR/LF translation, and nil otherwise."
149CR/LF translation. FILESYSTEM is a string containing the directory 149CR/LF translation. FILESYSTEM is a string containing the directory
150prefix corresponding to the filesystem. For example, for a Unix 150prefix corresponding to the filesystem. For example, for a Unix
151filesystem mounted on drive Z:, FILESYSTEM could be \"Z:\"." 151filesystem mounted on drive Z:, FILESYSTEM could be \"Z:\"."
152 (interactive "fUntranslated file system: ")
152 (let ((fs (untranslated-canonical-name filesystem))) 153 (let ((fs (untranslated-canonical-name filesystem)))
153 (if (member fs untranslated-filesystem-list) 154 (if (member fs untranslated-filesystem-list)
154 untranslated-filesystem-list 155 untranslated-filesystem-list
@@ -160,6 +161,7 @@ filesystem mounted on drive Z:, FILESYSTEM could be \"Z:\"."
160CR/LF translation. FILESYSTEM is a string containing the directory 161CR/LF translation. FILESYSTEM is a string containing the directory
161prefix corresponding to the filesystem. For example, for a Unix 162prefix corresponding to the filesystem. For example, for a Unix
162filesystem mounted on drive Z:, FILESYSTEM could be \"Z:\"." 163filesystem mounted on drive Z:, FILESYSTEM could be \"Z:\"."
164 (interactive "fUntranslated file system: ")
163 (setq untranslated-filesystem-list 165 (setq untranslated-filesystem-list
164 (delete (untranslated-canonical-name filesystem) 166 (delete (untranslated-canonical-name filesystem)
165 untranslated-filesystem-list))) 167 untranslated-filesystem-list)))