]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/cc-defs.el Remove setting of inhibit-point-motion-hooks
authorAlan Mackenzie <acm@muc.de>
Tue, 18 Oct 2022 10:00:26 +0000 (10:00 +0000)
committerAlan Mackenzie <acm@muc.de>
Tue, 18 Oct 2022 10:00:26 +0000 (10:00 +0000)
lisp/progmodes/cc-defs.el

index 4f1a08cfa060bc6735756ae91e9ff68da3ae239a..81aac2ec27413b73f4d04516c46cc2e07cb35c58 100644 (file)
@@ -60,7 +60,6 @@
 (cc-bytecomp-defun region-active-p)    ; XEmacs
 (cc-bytecomp-defvar mark-active)       ; Emacs
 (cc-bytecomp-defvar deactivate-mark)   ; Emacs
-(cc-bytecomp-defvar inhibit-point-motion-hooks) ; Emacs
 (cc-bytecomp-defvar parse-sexp-lookup-properties) ; Emacs
 (cc-bytecomp-defvar text-property-default-nonsticky) ; Emacs 21
 (cc-bytecomp-defun string-to-syntax)   ; Emacs 21