mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(glasses-convert-to-unreadable): Consider
underscores as in `glasses-make-readable'.
This commit is contained in:
parent
79aa538170
commit
a21822f8d1
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ recognized according to the current value of the variable `glasses-separator'."
|
|||
(goto-char (match-end n))))
|
||||
(when glasses-separate-parentheses-p
|
||||
(goto-char (point-min))
|
||||
(while (re-search-forward "[a-zA-Z]\\( \\)\(" nil t)
|
||||
(while (re-search-forward "[a-zA-Z]_*\\( \\)\(" nil t)
|
||||
(replace-match "" t nil nil 1))))))
|
||||
;; nil must be returned to allow use in write file hooks
|
||||
nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue