(server-process-filter): Replace lineno and columnnno
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 16 Jan 2008 16:21:08 +0000 (16:21 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 16 Jan 2008 16:21:08 +0000 (16:21 +0000)
commit656d4706ab9f836b5e24f7da29e420491a7976de
tree9f5782dfca8cde8f95817191e868157b5f10d63f
parent7d7d1bb69d0d5d2d1df13947a66be1b17ee120bf
(server-process-filter): Replace lineno and columnnno
which defaulted to 1&0 with filepos which defaults to nil.
(server-goto-line-column): Don't move if filepos is nil.
(server-visit-files): Slight restructure to consolidate two calls to
server-goto-line-column into just one.
lisp/ChangeLog
lisp/server.el