From acafa9cfdc88d46268f2803c252deb20514907d1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 29 Nov 1998 21:52:25 +0000 Subject: [PATCH] (features): Add `base64' to this list. --- lisp/bindings.el | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.39.2