Skip to content

Commit f9f76e4

Browse files
committed
Fix: remove also atoms ATOM 340 HO2' (' HXXX')
1 parent 536230a commit f9f76e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdb-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ C-M-pageup and C-M-pagedown jump to the previous/next chain."
994994
(interactive "r" )
995995
(pdb-sub-defineregion b e)
996996
(while (< (point) e)
997-
(re-search-forward "^\\(ATOM \\|HETATM\\)..... .H.*$" e 1 nil)
997+
(re-search-forward "^\\(ATOM \\|HETATM\\)..... .?H.*$" e 1 nil)
998998
(if (< (point) e)
999999
(progn
10001000
(beginning-of-line)

0 commit comments

Comments
 (0)