From: Richard M. Stallman Date: Sun, 29 Nov 1998 21:52:25 +0000 (+0000) Subject: (features): Add `base64' to this list. X-Git-Tag: emacs-20.4~1166 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=acafa9cfdc88d46268f2803c252deb20514907d1;p=emacs.git (features): Add `base64' to this list. --- 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)