# HG changeset patch # User Francesco Potort # Date 1046788983 0 # Node ID 2d1d71e9f8cd62a378a4489f4424503d40493a68 # Parent 67ab67b4b7b030e515669061adea04e599131760 (vhdl-comment-uncomment-region): Remove two comment characters at start of line instead of one. diff -r 67ab67b4b7b0 -r 2d1d71e9f8cd lisp/progmodes/vhdl-mode.el --- a/lisp/progmodes/vhdl-mode.el Tue Mar 04 14:42:45 2003 +0000 +++ b/lisp/progmodes/vhdl-mode.el Tue Mar 04 14:43:03 2003 +0000 @@ -7568,7 +7568,7 @@ (beginning-of-line) (setq beg (point)) (if (looking-at comment-start) - (comment-region beg end -1) + (comment-region beg end -2) (comment-region beg end)))) (defun vhdl-comment-uncomment-line (&optional arg)