(vhdl-loop, vhdl-while-loop): Add backslash.
This commit is contained in:
parent
5f1aa82686
commit
23cec91f9a
1 changed files with 2 additions and 2 deletions
|
@ -4522,7 +4522,7 @@ declaration, a for loop otherwise."
|
|||
(insert "\n\n")
|
||||
(indent-to margin)
|
||||
(vhdl-insert-keyword "END LOOP")
|
||||
(insert (if named (concat " " name ";") ?;))
|
||||
(insert (if named (concat " " name ";") ?\;))
|
||||
(forward-line -1)
|
||||
(indent-to (+ margin vhdl-basic-offset))
|
||||
))
|
||||
|
@ -4882,7 +4882,7 @@ declaration, a for loop otherwise."
|
|||
(vhdl-insert-keyword " LOOP\n\n")
|
||||
(indent-to margin)
|
||||
(vhdl-insert-keyword "END LOOP")
|
||||
(insert (if named (concat " " name ";") ?;))
|
||||
(insert (if named (concat " " name ";") ?\;))
|
||||
(forward-line -1)
|
||||
(indent-to (+ margin vhdl-basic-offset))
|
||||
)))
|
||||
|
|
Loading…
Add table
Reference in a new issue