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
754005f7
Commit
754005f7
authored
Nov 03, 2000
by
Stefan Monnier
Browse files
(auto-compression-mode): Drop unneeded positional args.
parent
b7aeabeb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/jka-compr.el
lisp/jka-compr.el
+1
-1
No files found.
lisp/jka-compr.el
View file @
754005f7
...
...
@@ -889,7 +889,7 @@ The return value is the entry in `file-name-handler-alist' for jka-compr."
"Toggle automatic file compression and uncompression.
With prefix argument ARG, turn auto compression on if positive, else off.
Returns the new status of auto compression (non-nil means on)."
nil
nil
nil
:global
t
:group
'jka-compr
:global
t
:group
'jka-compr
(
let*
((
installed
(
jka-compr-installed-p
))
(
flag
auto-compression-mode
))
(
cond
...
...
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