lisp/emacs-lisp/pp.el: Do not reimplement common macros; use `looking-at-p'.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 5 Feb 2012 02:09:35 +0000 (03:09 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 5 Feb 2012 02:09:35 +0000 (03:09 +0100)
commit0696d25514565119ee268fa8d9c10b2b5a561b4f
treebf86432044bfb37d65fe469f003ab0626ae69c7b
parent7eb21b49ef9e58fdfd7635cf7e0a6d295785203c
lisp/emacs-lisp/pp.el: Do not reimplement common macros; use `looking-at-p'.

(pp-to-string): Use `with-temp-buffer'.
(pp-buffer): Use `ignore-errors', `looking-at-p'.
(pp-last-sexp): Use `looking-at-p'.
lisp/ChangeLog
lisp/emacs-lisp/pp.el