]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/lisp-mode.el
Revert "Add a couple cells to lisp-prettify-symbols-alist"
[gnu-emacs] / 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.