1
0
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:
Richard M. Stallman 1996-06-18 16:22:55 +00:00
parent 12a8a23945
commit f0d2137931

View File

@ -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)