Revert "Add a couple cells to lisp-prettify-symbols-alist"

This reverts commit bdda4855c6.
This commit is contained in:
Mark Oteiza 2016-07-14 18:23:40 -04:00
parent 0ea47a6159
commit 098d29af10

View file

@ -168,10 +168,7 @@
(defvar lisp-doc-string-elt-property 'doc-string-elt
"The symbol property that holds the docstring position info.")
(defconst lisp-prettify-symbols-alist
'(("lambda" . )
("sqrt" . ?√)
("not" . ))
(defconst lisp-prettify-symbols-alist '(("lambda" . ))
"Alist of symbol/\"pretty\" characters to be displayed.")
;;;; Font-lock support.