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
4b690a83
Commit
4b690a83
authored
Oct 13, 2007
by
Richard M. Stallman
Browse files
(directory-abbrev-alist): Doc fix.
parent
4148f522
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/files.el
lisp/files.el
+4
-3
No files found.
lisp/ChangeLog
View file @
4b690a83
2007-10-13 Richard Stallman <rms@gnu.org>
* files.el (directory-abbrev-alist): Doc fix.
2007-10-13 Jari Aalto <jari.aalto@cante.net>
* comint.el (comint-password-prompt-regexp): Add 'LDAP'.
lisp/files.el
View file @
4b690a83
...
...
@@ -59,8 +59,9 @@ FROM with TO when it appears in a directory name. This replacement is
done when setting up the default directory of a newly visited file.
*Every* FROM string should start with `^'.
Do not use `~' in the TO strings.
They should be ordinary absolute directory names.
FROM and TO should be equivalent names, which refer to the
same directory. Do not use `~' in the TO strings;
they should be ordinary absolute directory names.
Use this feature when you have directories which you normally refer to
via absolute symbolic links. Make TO the name of the link, and FROM
...
...
@@ -554,7 +555,7 @@ See Info node `(elisp)Standard File Names' for more details."
(
start
0
))
;; Replace invalid filename characters with !
(
while
(
string-match
"[?*:<>|\"\000-\037]"
name
start
)
(
aset
name
(
match-beginning
0
)
?!
)
(
aset
name
(
match-beginning
0
)
?!
)
(
setq
start
(
match-end
0
)))
name
)
filename
))
...
...
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