diff options
| author | Mark Oteiza | 2016-07-14 18:23:40 -0400 |
|---|---|---|
| committer | Mark Oteiza | 2016-07-14 18:23:40 -0400 |
| commit | 098d29af10a869e65a36804579f16edc49aabcfa (patch) | |
| tree | e900ca16e97af9702af15e2ce221ca31d69657c8 | |
| parent | 0ea47a6159f351f32b7dbc68debe99eb02f2dd8d (diff) | |
| download | emacs-098d29af10a869e65a36804579f16edc49aabcfa.tar.gz 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.el | 5 |
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 @@ | |||
| 168 | (defvar lisp-doc-string-elt-property 'doc-string-elt | 168 | (defvar lisp-doc-string-elt-property 'doc-string-elt |
| 169 | "The symbol property that holds the docstring position info.") | 169 | "The symbol property that holds the docstring position info.") |
| 170 | 170 | ||
| 171 | (defconst lisp-prettify-symbols-alist | 171 | (defconst lisp-prettify-symbols-alist '(("lambda" . ?λ)) |
| 172 | '(("lambda" . ?λ) | ||
| 173 | ("sqrt" . ?√) | ||
| 174 | ("not" . ?¬)) | ||
| 175 | "Alist of symbol/\"pretty\" characters to be displayed.") | 172 | "Alist of symbol/\"pretty\" characters to be displayed.") |
| 176 | 173 | ||
| 177 | ;;;; Font-lock support. | 174 | ;;;; Font-lock support. |