(insert-directory): Don't quote braces for shell.
;;; Code:
(defconst delete-auto-save-files t
- "*Non-nil means delete a buffer's auto-save file when the buffer is saved.")
+ "*Non-nil means delete auto-save file when a buffer is saved or killed.")
(defconst directory-abbrev-alist
nil
;; We also currently don't quote the quoting characters
;; in case people want to use them explicitly to quote
;; wildcard characters.
- (while (string-match "[ \t\n;<>&|{}()#$]" pattern beg)
+ (while (string-match "[ \t\n;<>&|()#$]" pattern beg)
(setq pattern
(concat (substring pattern 0 (match-beginning 0))
"\\"