emacs/lisp/eshell
Glenn Morris 3ba6b2ee6a Replace unneeded compatibility definitions with point-at-bol, point-at-eol.
* lisp/progmodes/verilog-mode.el (verilog-get-beg-of-line)
(verilog-get-end-of-line): Remove.
(verilog-within-string, verilog-re-search-forward-substr)
(verilog-re-search-backward-substr, verilog-set-auto-endcomments)
(verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
Use point-at-bol, point-at-eol.
* lisp/progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
Remove.
(pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
(electric-pascal-terminate-line, pascal-set-auto-comments)
(pascal-indent-paramlist, pascal-indent-declaration)
(pascal-get-lineup-indent, pascal-func-completion)
(pascal-get-completion-decl, pascal-var-completion, pascal-completion):
Use point-at-bol, point-at-eol.
* lisp/progmodes/flymake.el (flymake-line-beginning-position)
(flymake-line-end-position): Remove.
(flymake-highlight-line): Use point-at-bol, point-at-eol.
* lisp/eshell/esh-util.el (line-end-position, line-beginning-position):
Remove compat definitions.

* net/tramp/tramp-compat.el: Comment.
2010-11-06 18:50:52 -07:00
..
.gitignore Add .gitignore files 2009-02-03 23:32:38 +00:00
em-alias.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
em-banner.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
em-basic.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
em-cmpl.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
em-dirs.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
em-glob.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
em-hist.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
em-ls.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
em-pred.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
em-prompt.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
em-rebind.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
em-script.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
em-smart.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
em-term.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
em-unix.el Use recursive-trash feature for eshell deletion (Bug#7011). 2010-10-24 13:24:24 -04:00
em-xtra.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
esh-arg.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
esh-cmd.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
esh-ext.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
esh-io.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
esh-mode.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
esh-module.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
esh-opt.el Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
esh-proc.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
esh-test.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
esh-util.el Replace unneeded compatibility definitions with point-at-bol, point-at-eol. 2010-11-06 18:50:52 -07:00
esh-var.el Cosmetic doc fixes for eshell. 2010-09-25 14:51:55 -07:00
eshell.el Replace Lisp calls to delete-backward-char by delete-char. 2010-05-24 22:11:08 -04:00