~vm/vm/vm-extent

« back to all changes in this revision

Viewing changes to lisp/vm-undo.el

  • Committer: Uday S Reddy
  • Date: 2012-01-09 04:11:51 UTC
  • mfrom: (1333.1.3 subject-tags)
  • Revision ID: u.s.reddy@cs.bham.ac.uk-20120109041151-b5e2l3p9wipn8rd3
Added options to handle subject tags.  (Bug 913447) This probably shouldn't go into 8.2.0 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
681
681
;; others of its kind for maintenance purposes.
682
682
(defun vm-set-deleted-flag-in-vector (v flag)
683
683
  (aset v 2 flag))
684
 
;; ditto.  this is for vm-read-attributes.
 
684
;; ditto.  this is for vm-read-VM-data.
685
685
(defun vm-set-new-flag-in-vector (v flag)
686
686
  (aset v 0 flag))
687
687