summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-01-31 19:57:11 +0100
committerStefan Kangas <stefan@marxist.se>2021-01-31 20:08:25 +0100
commitcb72b8345b4c6741650c4cff8844716386acaf23 (patch)
tree832e4d79acb81d8219d8fc1510a2ac0ce5355355
parent58473dc6608fcfb1ce66e8f540bd804a70813246 (diff)
downloademacs-cb72b8345b4c6741650c4cff8844716386acaf23.tar.gz
; * lisp/double.el: Delete cruft dating back to 1994.
-rw-r--r--lisp/double.el6
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).