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
434fc2d3
Commit
434fc2d3
authored
Jul 16, 2005
by
Richard M. Stallman
Browse files
(asm-comment): Use with-no-warnings.
parent
300f994a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/progmodes/asm-mode.el
lisp/progmodes/asm-mode.el
+2
-1
No files found.
lisp/progmodes/asm-mode.el
View file @
434fc2d3
...
...
@@ -204,7 +204,8 @@ repeatedly until you are satisfied with the kind of comment."
(
let
(
comempty
comment
)
(
save-excursion
(
beginning-of-line
)
(
setq
comment
(
comment-search-forward
(
line-end-position
)
t
))
(
with-no-warnings
(
setq
comment
(
comment-search-forward
(
line-end-position
)
t
)))
(
setq
comempty
(
looking-at
"[ \t]*$"
)))
(
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