diff options
| author | Gerd Moellmann | 2001-03-14 15:46:58 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-03-14 15:46:58 +0000 |
| commit | 152d064daabd8246b3415a12c736003afcda76df (patch) | |
| tree | beda1e93b9524198544bdc380371e77dd78f18a9 | |
| parent | 819dce0f9a81f9d8c9065e9b763241865473006c (diff) | |
| download | emacs-152d064daabd8246b3415a12c736003afcda76df.tar.gz emacs-152d064daabd8246b3415a12c736003afcda76df.zip | |
(features): Add `md5' and `overlay' to the list.
| -rw-r--r-- | lisp/bindings.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el index d1e16d6da6a..3d9c6604aef 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el | |||
| @@ -490,8 +490,10 @@ buffer, mouse-2: prev, M-mouse-2: next, mouse-3: buffer menu") | |||
| 490 | 490 | ||
| 491 | (make-variable-buffer-local 'indent-tabs-mode) | 491 | (make-variable-buffer-local 'indent-tabs-mode) |
| 492 | 492 | ||
| 493 | ;; We have base64 functions built in now. | 493 | ;; We have base64 and md5 functions built in now. |
| 494 | (add-to-list 'features 'base64) | 494 | (add-to-list 'features 'base64) |
| 495 | (add-to-list 'features 'md5) | ||
| 496 | (add-to-list 'features 'overlay) | ||
| 495 | 497 | ||
| 496 | (define-key esc-map "\t" 'complete-symbol) | 498 | (define-key esc-map "\t" 'complete-symbol) |
| 497 | 499 | ||