changeset 23783:d015bfcaaead

(features): Add `base64' to this list.
author Richard M. Stallman <rms@gnu.org>
date Sun, 29 Nov 1998 21:52:25 +0000
parents ffae9b995e65
children b09b3351386f
files lisp/bindings.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)