From: Paul A. Patience Date: Fri, 19 Aug 2022 12:04:31 +0000 (+0200) Subject: Fix mis-spelling of c-awk-old-ByLL and really make it buffer-local X-Git-Tag: emacs-29.0.90~1447^2~48 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6fca17270a6c8be6f561e8048eebe375b362f311;p=emacs.git Fix mis-spelling of c-awk-old-ByLL and really make it buffer-local * lisp/progmodes/cc-awk.el (c-awk-old-ByLL): Make the correct variable buffer-local (bug#57294). Copyright-paperwork-exempt: yes --- diff --git a/lisp/progmodes/cc-awk.el b/lisp/progmodes/cc-awk.el index 9ea1557391b..57750a2b394 100644 --- a/lisp/progmodes/cc-awk.el +++ b/lisp/progmodes/cc-awk.el @@ -887,7 +887,7 @@ ;; 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.