unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#57294: [PATCH] Actually make c-awk-old-ByLL buffer-local
@ 2022-08-19  4:02 Paul A. Patience
  2022-08-19 12:04 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Paul A. Patience @ 2022-08-19  4:02 UTC (permalink / raw)
  To: 57294; +Cc: Paul A. Patience

* 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







^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57294: [PATCH] Actually make c-awk-old-ByLL buffer-local
  2022-08-19  4:02 bug#57294: [PATCH] Actually make c-awk-old-ByLL buffer-local Paul A. Patience
@ 2022-08-19 12:04 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2022-08-19 12:04 UTC (permalink / raw)
  To: Paul A. Patience; +Cc: 57294

"Paul A. Patience" <paul@apatience.com> writes:

> * 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.

Thanks; pushed to Emacs 29.






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-19 12:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-19  4:02 bug#57294: [PATCH] Actually make c-awk-old-ByLL buffer-local Paul A. Patience
2022-08-19 12:04 ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).