X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fbufslots.h;h=88f5dafbcc43c161f98c619573ba8f15d528a2eb;hb=2416430cb588c7f7a7ca990d536c092f3af3a0b9;hp=000a943e8a3f782c8128e12d26c4199ee5320caa;hpb=2e3e3f9ee27fec50f45c282d71eaddf7c673bc56;p=chise%2Fxemacs-chise.git.1 diff --git a/src/bufslots.h b/src/bufslots.h index 000a943..88f5daf 100644 --- a/src/bufslots.h +++ b/src/bufslots.h @@ -69,7 +69,7 @@ Boston, MA 02111-1307, USA. */ Specifically, this lists those variables that have a buffer-local value in this buffer: i.e. those whose value does not shadow the default value. - (Remember that for any particlar variable created + (Remember that for any particular variable created with `make-local-variable' or `make-variable-buffer-local', it will have a per-buffer value in some buffers and a default value in others.) @@ -241,7 +241,3 @@ Boston, MA 02111-1307, USA. */ the next few times we add a new slot. */ MARKED_SLOT (extra1, extra2, extra3); #endif - /* The cache of positions for whilch line number has last been - calculated. See line-number.c. */ - MARKED_SLOT (line_number_cache); -