Merge 1e4890031261a730225618b1fd2bdce6e05f4cd9 into 8487c083e1faecb1259be8a8873618cfdb69d33d

This commit is contained in:
Philipp Stephani 2024-02-27 16:46:46 -07:00 committed by GitHub
commit 9bd9e15da0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,6 +30,7 @@
;; For some reason 1) c-backward-syntactic-ws is a macro and 2) under Emacs 22
;; bytecode cannot call (unexpanded) macros at run time:
(eval-when-compile (require 'cc-defs))
(require 'cc-mode)
;; Wrapper function needed for Emacs 21 and XEmacs (Emacs 22 offers the more
;; elegant solution of composing a list of lineup functions or quantities with