aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/hippie-exp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/hippie-exp.el b/lisp/hippie-exp.el
index 4b16c719371..bb59ac68382 100644
--- a/lisp/hippie-exp.el
+++ b/lisp/hippie-exp.el
@@ -445,7 +445,7 @@ otherwise."
445(defvar he-file-name-chars 445(defvar he-file-name-chars
446 (cond ((memq system-type '(vax-vms axp-vms)) 446 (cond ((memq system-type '(vax-vms axp-vms))
447 "-a-zA-Z0-9_/.,~^#$+=:\\[\\]") 447 "-a-zA-Z0-9_/.,~^#$+=:\\[\\]")
448 ((memq system-type '(ms-dos ms-windows)) 448 ((memq system-type '(ms-dos windows-nt))
449 "-a-zA-Z0-9_/.,~^#$+=:\\\\") 449 "-a-zA-Z0-9_/.,~^#$+=:\\\\")
450 (t ;; More strange file formats ? 450 (t ;; More strange file formats ?
451 "-a-zA-Z0-9_/.,~^#$+=")) 451 "-a-zA-Z0-9_/.,~^#$+="))