comparison lisp/ChangeLog @ 111433:05dc9dca8729

Replace end-of-line, save-excursion etc with point-at-eol, point-at-bol. * lisp/mh-e/mh-seq.el (mh-read-msg-list): Use point-at-eol. * lisp/gnus/gnus-bookmark.el (gnus-bookmark-bmenu-show-infos) (gnus-bookmark-kill-line): Use point-at-eol. * lisp/cedet/ede/proj-elisp.el (ede-proj-flush-autoconf): Use point-at-bol. * lisp/emacs-lisp/chart.el (chart-zap-chars): * lisp/play/decipher.el (decipher-set-map): * lisp/progmodes/ada-mode.el (ada-get-current-indent) (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard): * lisp/progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help): * lisp/progmodes/ada-xref.el (ada-initialize-runtime-library) (ada-get-all-references): * lisp/progmodes/cperl-mode.el (cperl-electric-paren) (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else) (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol) (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing) (cperl-word-at-point-hard): * lisp/progmodes/idlw-shell.el (idlwave-shell-move-or-history) (idlwave-shell-filename-string, idlwave-shell-batch-command) (idlwave-shell-display-line): * lisp/progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph) (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template): * lisp/progmodes/js.el (js--re-search-forward-inner) (js--re-search-backward-inner): * lisp/progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2) (vhdl-fix-clause, vhdl-compose-configuration-architecture): * lisp/progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile): * lisp/textmodes/flyspell.el (flyspell-process-localwords): * lisp/textmodes/ispell.el (ispell-buffer-local-parsing) (ispell-buffer-local-dict, ispell-buffer-local-words): Use point-at-bol and point-at-eol.
author Glenn Morris <rgm@gnu.org>
date Sat, 06 Nov 2010 18:36:33 -0700
parents e4200648c86f
children ec9d8615510e
comparison
equal deleted inserted replaced
111432:8de1e4554e5e 111433:05dc9dca8729
1 2010-11-07 Glenn Morris <rgm@gnu.org> 1 2010-11-07 Glenn Morris <rgm@gnu.org>
2
3 * emacs-lisp/chart.el (chart-zap-chars):
4 * play/decipher.el (decipher-set-map):
5 * progmodes/ada-mode.el (ada-get-current-indent)
6 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
7 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
8 * progmodes/ada-xref.el (ada-initialize-runtime-library)
9 (ada-get-all-references):
10 * progmodes/cperl-mode.el (cperl-electric-paren)
11 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
12 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
13 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
14 (cperl-word-at-point-hard):
15 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
16 (idlwave-shell-filename-string, idlwave-shell-batch-command)
17 (idlwave-shell-display-line):
18 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
19 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
20 * progmodes/js.el (js--re-search-forward-inner)
21 (js--re-search-backward-inner):
22 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
23 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
24 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
25 * textmodes/flyspell.el (flyspell-process-localwords):
26 * textmodes/ispell.el (ispell-buffer-local-parsing)
27 (ispell-buffer-local-dict, ispell-buffer-local-words):
28 Use point-at-bol and point-at-eol.
2 29
3 * speedbar.el (speedbar-generic-item-info) 30 * speedbar.el (speedbar-generic-item-info)
4 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char) 31 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
5 (speedbar-add-indicator, speedbar-check-vc-this-line) 32 (speedbar-add-indicator, speedbar-check-vc-this-line)
6 (speedbar-check-obj-this-line, speedbar-extract-one-symbol) 33 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)