aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index d2e5413b3ad..7af5549bcb0 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -4062,7 +4062,7 @@ Return the new variables list."
4062 (subdirs (assq 'subdirs alist))) 4062 (subdirs (assq 'subdirs alist)))
4063 (if (or (not subdirs) 4063 (if (or (not subdirs)
4064 (progn 4064 (progn
4065 (setq alist (delq subdirs alist)) 4065 (setq alist (remq subdirs alist))
4066 (cdr-safe subdirs)) 4066 (cdr-safe subdirs))
4067 ;; TODO someone might want to extend this to allow 4067 ;; TODO someone might want to extend this to allow
4068 ;; integer values for subdir, where N means 4068 ;; integer values for subdir, where N means