summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Oteiza <mvoteiza@udel.edu>2016-07-14 18:23:40 -0400
committerMark Oteiza <mvoteiza@udel.edu>2016-07-14 18:23:40 -0400
commit098d29af10a869e65a36804579f16edc49aabcfa (patch)
treee900ca16e97af9702af15e2ce221ca31d69657c8
parent0ea47a6159f351f32b7dbc68debe99eb02f2dd8d (diff)
downloademacs-098d29af10a869e65a36804579f16edc49aabcfa.tar.gz
emacs-098d29af10a869e65a36804579f16edc49aabcfa.tar.bz2
emacs-098d29af10a869e65a36804579f16edc49aabcfa.zip
Revert "Add a couple cells to lisp-prettify-symbols-alist"
This reverts commit bdda4855c635ecf4135e23321bdba023e9ae65c9.
-rw-r--r--lisp/emacs-lisp/lisp-mode.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el
index ee3bda95b84..a277d7a6680 100644
--- a/lisp/emacs-lisp/lisp-mode.el
+++ b/lisp/emacs-lisp/lisp-mode.el
@@ -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.