(default-buffer-file-type): Add defvar to quieten byte-compiler.
This commit is contained in:
parent
39234e3973
commit
f22f1a912b
1 changed files with 3 additions and 0 deletions
|
@ -74,6 +74,9 @@ against the file name, and TYPE is nil for text, t for binary.")
|
|||
(setq alist (cdr alist)))
|
||||
found)))
|
||||
|
||||
;; Silence compiler. Defined in src/buffer.c on DOS_NT.
|
||||
(defvar default-buffer-file-type)
|
||||
|
||||
;; Don't check for untranslated file systems here.
|
||||
(defun find-buffer-file-type (filename)
|
||||
(let ((match (find-buffer-file-type-match filename))
|
||||
|
|
Loading…
Add table
Reference in a new issue