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:
parent
c5f7d53647
commit
acafa9cfdc
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue