changeset 7993:fde315722669

(delete-auto-save-files): Doc fix. (insert-directory): Don't quote braces for shell.
author Richard M. Stallman <rms@gnu.org>
date Tue, 21 Jun 1994 17:46:53 +0000
parents 7bb45acbcaa6
children c5b7f74b5023
files lisp/files.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Tue Jun 21 17:13:39 1994 +0000
+++ b/lisp/files.el	Tue Jun 21 17:46:53 1994 +0000
@@ -29,7 +29,7 @@
 ;;; 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
@@ -2065,7 +2065,7 @@
 	      ;; 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))
 			      "\\"