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
6ebef3da
Commit
6ebef3da
authored
Jul 31, 2017
by
Tino Calancha
Browse files
* lisp/dired (dired-trivial-filenames): Use \` and \' to match string bounds
parent
ebce9c24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/dired.el
lisp/dired.el
+1
-1
No files found.
lisp/dired.el
View file @
6ebef3da
...
@@ -133,7 +133,7 @@ always set this variable to t."
...
@@ -133,7 +133,7 @@ always set this variable to t."
:type
'boolean
:type
'boolean
:group
'dired-mark
)
:group
'dired-mark
)
(
defcustom
dired-trivial-filenames
(
purecopy
"
^
\\.\\.?
$\\|^
#"
)
(
defcustom
dired-trivial-filenames
(
purecopy
"
\\`
\\.\\.?
\\'\\|\\`
#"
)
"Regexp of files to skip when finding first file of a directory.
"Regexp of files to skip when finding first file of a directory.
A value of nil means move to the subdir line.
A value of nil means move to the subdir line.
A value of t means move to first file."
A value of t means move to first file."
...
...
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