diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-01-31 19:57:11 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-01-31 20:08:25 +0100 |
commit | cb72b8345b4c6741650c4cff8844716386acaf23 (patch) | |
tree | 832e4d79acb81d8219d8fc1510a2ac0ce5355355 /lisp/double.el | |
parent | 58473dc6608fcfb1ce66e8f540bd804a70813246 (diff) | |
download | emacs-cb72b8345b4c6741650c4cff8844716386acaf23.tar.gz emacs-cb72b8345b4c6741650c4cff8844716386acaf23.tar.bz2 emacs-cb72b8345b4c6741650c4cff8844716386acaf23.zip |
; * lisp/double.el: Delete cruft dating back to 1994.
Diffstat (limited to 'lisp/double.el')
-rw-r--r-- | lisp/double.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/double.el b/lisp/double.el index 8bbbaa58189..d099fd06422 100644 --- a/lisp/double.el +++ b/lisp/double.el @@ -141,12 +141,6 @@ but not `C-u X' or `ESC X' since the X is not the prefix key." ;;; Mode -;; This feature seemed useless and it confused describe-mode, -;; so I deleted it. -;; (defvar double-mode-name "Double") -;; ;; Name of current double mode. -;; (make-variable-buffer-local 'double-mode-name) - ;;;###autoload (define-minor-mode double-mode "Toggle special insertion on double keypresses (Double mode). |