GNU bug report logs - #57294
[PATCH] Actually make c-awk-old-ByLL buffer-local

Previous Next

Package: emacs;

Reported by: "Paul A. Patience" <paul <at> apatience.com>

Date: Fri, 19 Aug 2022 04:04:01 UTC

Severity: normal

Tags: patch

Fixed in version 29.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: "Paul A. Patience" <paul <at> apatience.com>
To: 57294 <at> debbugs.gnu.org
Cc: "Paul A. Patience" <paul <at> apatience.com>
Subject: bug#57294: [PATCH] Actually make c-awk-old-ByLL buffer-local
Date: Fri, 19 Aug 2022 04:02:56 +0000
* lisp/progmodes/cc-awk.el (c-awk-old-ByLL): Make buffer-local by fixing
a typo in the symbol provided to make-variable-buffer-local.
---
 lisp/progmodes/cc-awk.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/cc-awk.el b/lisp/progmodes/cc-awk.el
index 9ea1557391..57750a2b39 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.

--
2.37.1






This bug report was last modified 2 years and 281 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.