diff --git a/lisp/bindings.el b/lisp/bindings.el index 20b9a8f8e76..f2f22a82490 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -280,6 +280,9 @@ is okay. See `mode-line-format'.") (make-variable-buffer-local 'indent-tabs-mode) +;; We have base64 functions built in now. +(add-to-list 'features 'base64) + (define-key esc-map "\t" 'complete-symbol) (defun complete-symbol (arg)