diff options
| author | Karl Heuer <kwzh@gnu.org> | 1996-09-01 19:15:05 +0000 |
|---|---|---|
| committer | Karl Heuer <kwzh@gnu.org> | 1996-09-01 19:15:05 +0000 |
| commit | 6ec8bbd20d14dadb850f993d828b42bb97deba32 (patch) | |
| tree | 19f01d5251cd6d478933a5f562ba985bf5c3b117 /src/bytecode.c | |
| parent | 7003b258300d0e575da8009e6f017b6c19aabacb (diff) | |
Change all references from point to PT.
Diffstat (limited to 'src/bytecode.c')
| -rw-r--r-- | src/bytecode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytecode.c b/src/bytecode.c index 4fb6d86bb69..646ada96aa1 100644 --- a/src/bytecode.c +++ b/src/bytecode.c @@ -841,7 +841,7 @@ If the third argument is incorrect, Emacs may crash.") break; case Bpoint: - XSETFASTINT (v1, point); + XSETFASTINT (v1, PT); PUSH (v1); break; |
