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
a9bcbf3f
Commit
a9bcbf3f
authored
Sep 06, 2001
by
Eli Zaretskii
Browse files
(custom-buffer-create-internal): Remove "100%" from
the message "Creating customization items...done".
parent
12d70bbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/cus-edit.el
lisp/cus-edit.el
+1
-1
No files found.
lisp/cus-edit.el
View file @
a9bcbf3f
...
...
@@ -1335,7 +1335,7 @@ Un-customize all values in this buffer. They get their standard settings."
options))))
(unless (eq (preceding-char) ?\n)
(widget-insert "
\n
"))
(message "
Creating
customization
items
...
%2d%%
done
"
100
)
(message "
Creating
customization
items
...
done
")
(unless (eq custom-buffer-style 'tree)
(mapc 'custom-magic-reset custom-options))
(message "
Creating
customization
setup...
")
...
...
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