1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(features): Add `base64' to this list.

This commit is contained in:
Richard M. Stallman 1998-11-29 21:52:25 +00:00
parent c5f7d53647
commit acafa9cfdc

View 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)