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
7533b418
Commit
7533b418
authored
Dec 26, 2008
by
Eli Zaretskii
Browse files
(dosified-file-name): Declare.
parent
c099a588
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/files.el
lisp/files.el
+1
-0
No files found.
lisp/ChangeLog
View file @
7533b418
2008-12-26 Eli Zaretskii <eliz@gnu.org>
* files.el (dosified-file-name): Declare.
2008-12-26 Andreas Schwab <schwab@suse.de>
* subr.el (keymap-canonicalize): Properly preserve keymap prompt.
...
...
lisp/files.el
View file @
7533b418
...
...
@@ -214,6 +214,7 @@ have fast storage with limited space, such as a RAM disk."
(declare-function dired-do-flagged-delete "dired" (&optional nomessage))
(declare-function dos-8+3-filename "dos-fns" (filename))
(declare-function view-mode-disable "view" ())
(declare-function dosified-file-name "dos-fns" (file-name))
(defvar file-name-invalid-regexp
(cond ((and (eq system-type 'ms-dos) (not (msdos-long-file-names)))
...
...
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