emacs/lisp/cedet/ede
Glenn Morris 9b026d9f13 Replace still more end-of-line etc with line-end-position, etc.
* lisp/gnus/nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
(nnbabyl-check-mbox): Use point-at-bol.

* lisp/cedet/semantic/lex.el (semantic-lex-ignore-comments, semantic-flex):
* lisp/cedet/semantic/grammar.el (semantic-grammar-epilogue):
* lisp/cedet/ede/speedbar.el (ede-find-nearest-file-line):
* lisp/cedet/ede/pmake.el (ede-proj-makefile-insert-dist-rules):
* lisp/cedet/ede/autoconf-edit.el (autoconf-delete-parameter):
Use point-at-bol and point-at-eol.

* lisp/vc/emerge.el (emerge-line-number-in-buf):
* lisp/textmodes/ispell.el (ispell-region):
* lisp/textmodes/fill.el (current-fill-column):
* lisp/progmodes/xscheme.el (xscheme-send-current-line):
* lisp/progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
* lisp/progmodes/tcl.el (tcl-hairy-scan-for-comment):
* lisp/progmodes/sh-script.el (sh-handle-prev-do):
* lisp/progmodes/meta-mode.el (meta-indent-line):
* lisp/progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
(idlwave-in-quote):
* lisp/progmodes/idlw-shell.el (idlwave-shell-current-frame)
(idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
* lisp/progmodes/fortran.el (fortran-looking-at-if-then):
* lisp/progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
* lisp/progmodes/cperl-mode.el (cperl-sniff-for-indent)
(cperl-find-pods-heres):
* lisp/progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
* lisp/net/quickurl.el (quickurl-list-insert):
* lisp/net/ldap.el (ldap-search-internal):
* lisp/net/eudc.el (eudc-expand-inline):
* lisp/mail/sendmail.el (sendmail-send-it):
* lisp/mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
* lisp/emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
(viper-brac-function):
* lisp/calc/calc-yank.el (calc-do-grab-region):
* lisp/calc/calc-keypd.el (calc-keypad-press):
* lisp/term.el (term-move-columns, term-insert-spaces):
* lisp/speedbar.el (speedbar-highlight-one-tag-line):
* lisp/simple.el (current-word):
* lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
* lisp/info.el (Info-find-node-in-buffer-1, Info-follow-reference)
(Info-scroll-down):
* lisp/hippie-exp.el (he-line-beg):
* lisp/epa.el (epa--marked-keys):
* lisp/dired-aux.el (dired-kill-line, dired-do-kill-lines)
(dired-update-file-line, dired-add-entry, dired-remove-entry)
(dired-relist-entry):
* lisp/buff-menu.el (Buffer-menu-buffer):
* lisp/array.el (current-line):
* lisp/allout.el (allout-resolve-xref)
(allout-latex-verbatim-quote-curr-line):
Replace yet more uses of end-of-line etc with line-end-position.
2010-11-08 21:33:07 -08:00
..
auto.el Synch EDE to CEDET 1.0. 2010-09-20 22:42:53 -04:00
autoconf-edit.el Replace still more end-of-line etc with line-end-position, etc. 2010-11-08 21:33:07 -08:00
base.el Fix typos in docstrings, comments and ChangeLogs. 2010-10-13 01:25:19 +02:00
cpp-root.el Fix require names in CEDET 1.0 merge. 2010-09-25 14:49:43 -04:00
custom.el Synch EDE to CEDET 1.0. 2010-09-20 22:42:53 -04:00
dired.el Merge changes from emacs-23 branch 2010-09-23 15:00:31 -04:00
emacs.el Fix require names in CEDET 1.0 merge. 2010-09-25 14:49:43 -04:00
files.el Synch EDE to CEDET 1.0. 2010-09-20 22:42:53 -04:00
generic.el Fix require names in CEDET 1.0 merge. 2010-09-25 14:49:43 -04:00
linux.el Fix require names in CEDET 1.0 merge. 2010-09-25 14:49:43 -04:00
locate.el Synch EDE to CEDET 1.0. 2010-09-20 22:42:53 -04:00
make.el Fix more save-excursion warnings. 2010-02-27 20:22:44 -05:00
makefile-edit.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
pconf.el Synch EDE to CEDET 1.0. 2010-09-20 22:42:53 -04:00
pmake.el Replace still more end-of-line etc with line-end-position, etc. 2010-11-08 21:33:07 -08:00
proj-archive.el Synch EDE to CEDET 1.0. 2010-09-20 22:42:53 -04:00
proj-aux.el Synch EDE to CEDET 1.0. 2010-09-20 22:42:53 -04:00
proj-comp.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
proj-elisp.el Replace end-of-line, save-excursion etc with point-at-eol, point-at-bol. 2010-11-06 18:36:33 -07:00
proj-info.el Synch EDE to CEDET 1.0. 2010-09-20 22:42:53 -04:00
proj-misc.el Synch EDE to CEDET 1.0. 2010-09-20 22:42:53 -04:00
proj-obj.el Synch EDE to CEDET 1.0. 2010-09-20 22:42:53 -04:00
proj-prog.el Synch EDE to CEDET 1.0. 2010-09-20 22:42:53 -04:00
proj-scheme.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
proj-shared.el Synch EDE to CEDET 1.0. 2010-09-20 22:42:53 -04:00
proj.el Synch EDE to CEDET 1.0. 2010-09-20 22:42:53 -04:00
project-am.el Merge changes from emacs-23 branch 2010-09-23 15:00:31 -04:00
shell.el Synch EDE to CEDET 1.0. 2010-09-20 22:42:53 -04:00
simple.el Fix require names in CEDET 1.0 merge. 2010-09-25 14:49:43 -04:00
source.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
speedbar.el Replace still more end-of-line etc with line-end-position, etc. 2010-11-08 21:33:07 -08:00
srecode.el Synch EDE to CEDET 1.0. 2010-09-20 22:42:53 -04:00
system.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
util.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00