1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

(features): Add md5' and overlay' to the list.

This commit is contained in:
Gerd Moellmann 2001-03-14 15:46:58 +00:00
parent 819dce0f9a
commit 152d064daa

View File

@ -490,8 +490,10 @@ buffer, mouse-2: prev, M-mouse-2: next, mouse-3: buffer menu")
(make-variable-buffer-local 'indent-tabs-mode)
;; We have base64 functions built in now.
;; We have base64 and md5 functions built in now.
(add-to-list 'features 'base64)
(add-to-list 'features 'md5)
(add-to-list 'features 'overlay)
(define-key esc-map "\t" 'complete-symbol)