]> git.eshelyaron.com Git - emacs.git/commitdiff
(features): Add `base64' to this list.
authorRichard M. Stallman <rms@gnu.org>
Sun, 29 Nov 1998 21:52:25 +0000 (21:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 29 Nov 1998 21:52:25 +0000 (21:52 +0000)
lisp/bindings.el

index 20b9a8f8e76e4adfa986120f833fbf3bb02ad3a3..f2f22a82490be9644bccd61e8deef4950d7e4722 100644 (file)
@@ -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)