diff options
| -rw-r--r-- | lisp/progmodes/vhdl-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el index 9827ad3696e..f11b04d8fe5 100644 --- a/lisp/progmodes/vhdl-mode.el +++ b/lisp/progmodes/vhdl-mode.el | |||
| @@ -7568,7 +7568,7 @@ If starting after end-comment-column, start a new line." | |||
| 7568 | (beginning-of-line) | 7568 | (beginning-of-line) |
| 7569 | (setq beg (point)) | 7569 | (setq beg (point)) |
| 7570 | (if (looking-at comment-start) | 7570 | (if (looking-at comment-start) |
| 7571 | (comment-region beg end -1) | 7571 | (comment-region beg end -2) |
| 7572 | (comment-region beg end)))) | 7572 | (comment-region beg end)))) |
| 7573 | 7573 | ||
| 7574 | (defun vhdl-comment-uncomment-line (&optional arg) | 7574 | (defun vhdl-comment-uncomment-line (&optional arg) |