mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(pp-to-string): Treat #( like (.
This commit is contained in:
parent
12a8a23945
commit
f0d2137931
@ -41,8 +41,8 @@ that `read' can handle, whenever this is possible."
|
||||
(while (not (eobp))
|
||||
;; (message "%06d" (- (point-max) (point)))
|
||||
(cond
|
||||
((looking-at "\\s\(")
|
||||
(while (looking-at "\\s(")
|
||||
((looking-at "\\s(\\|#\\s(")
|
||||
(while (looking-at "\\s(\\|#\\s(")
|
||||
(forward-char 1)))
|
||||
((and (looking-at "\\(quote[ \t]+\\)\\([^.)]\\)")
|
||||
(> (match-beginning 1) 1)
|
||||
|
Loading…
Reference in New Issue
Block a user