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
d7c33854
Commit
d7c33854
authored
Jan 22, 2003
by
Andreas Schwab
Browse files
(jka-compr-insert-file-contents): Fix typo in last change.
parent
ffdf4f26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/jka-compr.el
lisp/jka-compr.el
+2
-2
No files found.
lisp/jka-compr.el
View file @
d7c33854
;;; jka-compr.el --- reading/writing/loading compressed files
;; Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000 Free Software Foundation, Inc.
;; Copyright (C) 1993, 1994, 1995, 1997, 1999, 2000
, 2003
Free Software Foundation, Inc.
;; Author: jka@ece.cmu.edu (Jay K. Adams)
;; Maintainer: FSF
...
...
@@ -593,7 +593,7 @@ There should be no more than seven characters after the final `/'."
(
file-exists-p
local-copy
)
(
delete-file
local-copy
)))
(
decode-region-as-inserted-from-file
(
decode-
coding-
region-as-inserted-from-file
(
point
)
(
+
(
point
)
size
)
(
jka-compr-byte-compiler-base-file-name
file
)
visit
beg
end
replace
)
...
...
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