emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 098d29a: Revert "Add a couple cells to lisp-prettif


From: Mark Oteiza
Subject: [Emacs-diffs] master 098d29a: Revert "Add a couple cells to lisp-prettify-symbols-alist"
Date: Thu, 14 Jul 2016 22:24:11 +0000 (UTC)

branch: master
commit 098d29af10a869e65a36804579f16edc49aabcfa
Author: Mark Oteiza <address@hidden>
Commit: Mark Oteiza <address@hidden>

    Revert "Add a couple cells to lisp-prettify-symbols-alist"
    
    This reverts commit bdda4855c635ecf4135e23321bdba023e9ae65c9.
---
 lisp/emacs-lisp/lisp-mode.el |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el
index ee3bda9..a277d7a 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]