]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/arc-mode.el (w32-get-console-codepage): Declare.
authorEli Zaretskii <eliz@gnu.org>
Sat, 11 Mar 2023 12:54:22 +0000 (14:54 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 11 Mar 2023 12:54:22 +0000 (14:54 +0200)
lisp/arc-mode.el

index 41b239fbef9ae55fffe0adc4500cfb1841dea939..5e696c091b2c89f32c64db3614685d9a3b2aec75 100644 (file)
@@ -1956,6 +1956,7 @@ This doesn't recover lost files, it just undoes changes in the buffer itself."
 ;; -------------------------------------------------------------------------
 ;;; Section: Zip Archives
 
+(declare-function w32-get-console-codepage "w32proc.c")
 (defun archive-zip-summarize ()
   (goto-char (- (point-max) (- 22 18)))
   (search-backward-regexp "[P]K\005\006")