]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix mis-spelling of c-awk-old-ByLL and really make it buffer-local
authorPaul A. Patience <paul@apatience.com>
Fri, 19 Aug 2022 12:04:31 +0000 (14:04 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 19 Aug 2022 12:04:31 +0000 (14:04 +0200)
* lisp/progmodes/cc-awk.el (c-awk-old-ByLL): Make the
correct variable buffer-local (bug#57294).

Copyright-paperwork-exempt: yes

lisp/progmodes/cc-awk.el

index 9ea1557391b278f7f7125245ed401f824c88ff8c..57750a2b39413059adab39b93f89f7c5e559b1f7 100644 (file)
 ;; subsequent use of movement functions, etc.  However, it seems that if font
 ;; lock _is_ enabled, we can always leave it to do the job.
 (defvar c-awk-old-ByLL 0)
-(make-variable-buffer-local 'c-awk-old-Byll)
+(make-variable-buffer-local 'c-awk-old-ByLL)
 ;; Just beyond logical line following the region which is about to be changed.
 ;; Set in c-awk-record-region-clear-NL and used in c-awk-after-change.