summary refs log tree commit diff stats
path: root/lisp
diff options
context:
space:
mode:
authorCase Duckworth2021-08-30 23:39:21 -0500
committerCase Duckworth2021-08-30 23:39:21 -0500
commitd9779d4fa2956071f65e8a113fa8d639466d3624 (patch)
tree38ec9183eea80013d8106e070fa9d96556f32830 /lisp
parentAdd goto-addr-mode--turn-on to acdw-compat (diff)
downloademacs-d9779d4fa2956071f65e8a113fa8d639466d3624.tar.gz
emacs-d9779d4fa2956071f65e8a113fa8d639466d3624.zip
Make more ... compatible? with 27 ???
Diffstat (limited to 'lisp')
-rw-r--r--lisp/acdw-compat.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/acdw-compat.el b/lisp/acdw-compat.el index d7ac18b..1d45806 100644 --- a/lisp/acdw-compat.el +++ b/lisp/acdw-compat.el
@@ -540,6 +540,8 @@ Used in `repeat-mode'.")
540 540
541;;; goto-address-mode 541;;; goto-address-mode
542(safe-define 542(safe-define
543 (defvar global-address-mode nil)
544
543 (define-globalized-minor-mode global-goto-address-mode 545 (define-globalized-minor-mode global-goto-address-mode
544 goto-address-mode goto-addr-mode--turn-on 546 goto-address-mode goto-addr-mode--turn-on
545 :version "28.1") 547 :version "28.1")