comparison lisp/bindings.el @ 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 34b38e5d0e9d
children 6f29d3fe8aa5
comparison
equal deleted inserted replaced
23782:ffae9b995e65 23783:d015bfcaaead
277 "^no previous record$" 277 "^no previous record$"
278 "^no next record$")) 278 "^no next record$"))
279 279
280 280
281 (make-variable-buffer-local 'indent-tabs-mode) 281 (make-variable-buffer-local 'indent-tabs-mode)
282
283 ;; We have base64 functions built in now.
284 (add-to-list 'features 'base64)
282 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)
286 "Perform tags completion on the text around point. 289 "Perform tags completion on the text around point.