]> code.delx.au - gnu-emacs/commitdiff
Revert "Add a couple cells to lisp-prettify-symbols-alist"
authorMark Oteiza <mvoteiza@udel.edu>
Thu, 14 Jul 2016 22:23:40 +0000 (18:23 -0400)
committerMark Oteiza <mvoteiza@udel.edu>
Thu, 14 Jul 2016 22:23:40 +0000 (18:23 -0400)
This reverts commit bdda4855c635ecf4135e23321bdba023e9ae65c9.

lisp/emacs-lisp/lisp-mode.el

index ee3bda95b841557c3abd3afffabb317cedf4ff8f..a277d7a6680a53f82925be1b98b7e8bd975c33b1 100644 (file)
 (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.