mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-07 20:54:32 +00:00
Backport from trunk: Fix bug#6298.
This commit is contained in:
parent
450439d5b6
commit
949544ed26
@ -1,3 +1,7 @@
|
||||
2010-05-31 Drew Adams <drew.adams@oracle.com>
|
||||
|
||||
* files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
|
||||
|
||||
2010-05-31 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* subr.el (momentary-string-display): Just use read-event to read
|
||||
|
@ -4647,7 +4647,7 @@ this happens by default."
|
||||
|
||||
(defconst directory-files-no-dot-files-regexp
|
||||
"^\\([^.]\\|\\.\\([^.]\\|\\..\\)\\).*"
|
||||
"Regexp of file names excluging \".\" an \"..\".")
|
||||
"Regexp matching any file name except \".\" and \"..\".")
|
||||
|
||||
(defun delete-directory (directory &optional recursive)
|
||||
"Delete the directory named DIRECTORY. Does not follow symlinks.
|
||||
|
Loading…
x
Reference in New Issue
Block a user