diff options
Diffstat (limited to 'lisp')
-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 @@ (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. |