Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d1739e52
Commit
d1739e52
authored
Jun 21, 1994
by
Richard M. Stallman
Browse files
(delete-auto-save-files): Doc fix.
(insert-directory): Don't quote braces for shell.
parent
6f4c2453
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/files.el
lisp/files.el
+2
-2
No files found.
lisp/files.el
View file @
d1739e52
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
;;; Code:
;;; Code:
(
defconst
delete-auto-save-files
t
(
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
(
defconst
directory-abbrev-alist
nil
nil
...
@@ -2065,7 +2065,7 @@ If WILDCARD, it also runs the shell specified by `shell-file-name'."
...
@@ -2065,7 +2065,7 @@ If WILDCARD, it also runs the shell specified by `shell-file-name'."
;; We also currently don't quote the quoting characters
;; We also currently don't quote the quoting characters
;; in case people want to use them explicitly to quote
;; in case people want to use them explicitly to quote
;; wildcard characters.
;; wildcard characters.
(
while
(
string-match
"[ \t\n;<>&|
{}
()#$]"
pattern
beg
)
(
while
(
string-match
"[ \t\n;<>&|()#$]"
pattern
beg
)
(
setq
pattern
(
setq
pattern
(
concat
(
substring
pattern
0
(
match-beginning
0
))
(
concat
(
substring
pattern
0
(
match-beginning
0
))
"\\"
"\\"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment