aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2020-03-13 07:50:33 -0700
committerGlenn Morris2020-03-13 07:50:33 -0700
commit6bdb561a3bafa0623da30e33b4a1dc291370218b (patch)
treef3fe23d6771aab9bd9f7df6822af4ea1f4dd39af /src
parent099520ec95baad177f58a687d70818bc8f602703 (diff)
parenta2b07f9f11474dbcedd7cce39d2fa795bb23f692 (diff)
downloademacs-6bdb561a3bafa0623da30e33b4a1dc291370218b.tar.gz
emacs-6bdb561a3bafa0623da30e33b4a1dc291370218b.zip
Merge from origin/emacs-27
a2b07f9f11 (origin/emacs-27) ; * etc/NEWS: Explain how to get back ol... b468b3d1ff Fix a recent documentation change 1ab766fd58 Fix last change ecfe633993 * lisp/tab-bar.el: Last-minute changes. c1ce9fa7f2 * lisp/subr.el (cancel-change-group): Fix bug#39680 ef5744a988 Improve docs for horizontal scrolling with mouse and touch... 1bc3fa0bd0 * lisp/emacs-lisp/package.el (package-install): Fix typo i... 4537976afd Port .gdbinit to clang with -gdwarf-4 0883c800a0 Simplify rx example in manual a695189248 ; * etc/NEWS: Fix typo. # Conflicts: # etc/NEWS
Diffstat (limited to 'src')
-rw-r--r--src/.gdbinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/.gdbinit b/src/.gdbinit
index 5dd01337153..30c7b055ce0 100644
--- a/src/.gdbinit
+++ b/src/.gdbinit
@@ -72,7 +72,7 @@ end
72 72
73define xgetsym 73define xgetsym
74 xgetptr $arg0 74 xgetptr $arg0
75 set $ptr = ((struct Lisp_Symbol *) ((char *)lispsym + $ptr)) 75 set $ptr = ((struct Lisp_Symbol *) ((char *) &lispsym + $ptr))
76end 76end
77 77
78# Access the name of a symbol 78# Access the name of a symbol