comparison lisp/expand.el @ 90650:02cf29720f31

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 490-504) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 161-163) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-130
author Miles Bader <miles@gnu.org>
date Tue, 07 Nov 2006 23:22:48 +0000
parents c5406394f567 07bba73f6bdd
children f1d13e615070
comparison
equal deleted inserted replaced
90649:d53934e7ddef 90650:02cf29720f31
294 (expand-add-abbrevs table (cdr abbrevs)))) 294 (expand-add-abbrevs table (cdr abbrevs))))
295 295
296 (defvar expand-list nil "Temporary variable used by the Expand package.") 296 (defvar expand-list nil "Temporary variable used by the Expand package.")
297 297
298 (defvar expand-pos nil 298 (defvar expand-pos nil
299 "If non nil, stores a vector containing markers to positions defined by the last expansion. 299 "If non-nil, stores a vector containing markers to positions defined by the last expansion.
300 This variable is local to a buffer.") 300 This variable is local to a buffer.")
301 (make-variable-buffer-local 'expand-pos) 301 (make-variable-buffer-local 'expand-pos)
302 302
303 (defvar expand-index 0 303 (defvar expand-index 0
304 "Index of the last marker used in `expand-pos'. 304 "Index of the last marker used in `expand-pos'.