From: Dave Love Date: Wed, 31 Jan 2001 18:33:30 +0000 (+0000) Subject: (hook-run): Define to run xreload. X-Git-Tag: emacs-pretest-21.0.98~248 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=be9e83310e761e95862cb453e28b05d7b48d25ef;p=emacs.git (hook-run): Define to run xreload. --- diff --git a/src/.gdbinit b/src/.gdbinit index 6b5ec279265..d9600338edc 100644 --- a/src/.gdbinit +++ b/src/.gdbinit @@ -344,10 +344,15 @@ end document xreload When starting Emacs a second time in the same gdb session under FreeBSD 2.2.5, gdb 4.13, $valmask and $nonvalbits have lost - their values. (The same happens on GNU/Linux with gdb 5.0.) + their values. (The same happens on current (2000) versions of GNU/Linux + with gdb 5.0.) This function reloads them. end +define hook-run + xreload +end + set print pretty on set print sevenbit-strings