]> code.delx.au - gnu-emacs/commit
Fix a few packages to work with nil tab-stop-list
authorLeo Liu <sdl.web@gmail.com>
Wed, 25 Jun 2014 23:53:37 +0000 (07:53 +0800)
committerLeo Liu <sdl.web@gmail.com>
Wed, 25 Jun 2014 23:53:37 +0000 (07:53 +0800)
commit83d208a5dd293caae48beb9d36dd45529375631a
treee8075fee7dc607ebfa34779edf3e929c8fca6b63
parent30a42a5bedfbfaab72da862826f43291fe771ce8
Fix a few packages to work with nil tab-stop-list

* indent.el (indent-accumulate-tab-stops): New function.

* textmodes/picture.el (picture-set-tab-stops):
* ruler-mode.el (ruler-mode-mouse-add-tab-stop)
(ruler-mode-ruler): Fix to work with nil tab-stop-list.

* progmodes/asm-mode.el (asm-calculate-indentation): Use
indent-next-tab-stop.
lisp/ChangeLog
lisp/indent.el
lisp/progmodes/asm-mode.el
lisp/ruler-mode.el
lisp/textmodes/picture.el