# HG changeset patch # User Richard M. Stallman # Date 912376345 0 # Node ID d015bfcaaead09975a876f7fd6ee614eac94de10 # Parent ffae9b995e65baac6565637a36011516b5b741ef (features): Add `base64' to this list. diff -r ffae9b995e65 -r d015bfcaaead lisp/bindings.el --- a/lisp/bindings.el Sun Nov 29 21:12:28 1998 +0000 +++ b/lisp/bindings.el Sun Nov 29 21:52:25 1998 +0000 @@ -280,6 +280,9 @@ (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)