aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-11-29 21:52:25 +0000
committerRichard M. Stallman1998-11-29 21:52:25 +0000
commitacafa9cfdc88d46268f2803c252deb20514907d1 (patch)
tree94d4f7f1bab7f166573e6e3c9457da61bf5d7ab3
parentc5f7d53647e21064fa47a60c099663763c39b3ca (diff)
downloademacs-acafa9cfdc88d46268f2803c252deb20514907d1.tar.gz
emacs-acafa9cfdc88d46268f2803c252deb20514907d1.zip
(features): Add `base64' to this list.
-rw-r--r--lisp/bindings.el3
1 files changed, 3 insertions, 0 deletions
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'.")
280 280
281(make-variable-buffer-local 'indent-tabs-mode) 281(make-variable-buffer-local 'indent-tabs-mode)
282 282
283;; We have base64 functions built in now.
284(add-to-list 'features 'base64)
285
283(define-key esc-map "\t" 'complete-symbol) 286(define-key esc-map "\t" 'complete-symbol)
284 287
285(defun complete-symbol (arg) 288(defun complete-symbol (arg)