minor modes from mode name completion (bug#4664).
+2009-10-13 Juri Linkov <juri@jurta.org>
+
+ * files-x.el (read-file-local-variable-value): Don't filter out
+ minor modes from mode name completion (bug#4664).
+
2009-10-13 Juanma Barranquero <lekktu@gmail.com>
* international/mule-cmds.el (ucs-names): Remove exclusion of
(format "Add %s with value: " variable))
obarray
(lambda (sym)
- (and (string-match-p "-mode\\'" (symbol-name sym))
- (not (string-match-p "-minor-mode\\'" (symbol-name sym)))))
+ (string-match-p "-mode\\'" (symbol-name sym)))
nil nil nil default nil))
(and (stringp value)
(intern (replace-regexp-in-string "-mode\\'" "" value))))