branch: elpa/isl
commit 1f15411f54284722a91d7341cc2c63cf1611e4f5
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Remove now unneeded pos-bol/eol compat
---
isl.el | 5 -----
1 file changed, 5 deletions(-)
diff --git a/isl.el b/isl.el
index ef616bcd57e..4577804c643 100644
--- a/isl.el
+++ b/isl.el
@@ -38,11 +38,6 @@
(require 'cl-lib)
(require 'oclosure))
-;; Compatibility
-(unless (and (fboundp 'pos-bol) (fboundp 'pos-eol))
- (defalias 'pos-bol 'line-beginning-position)
- (defalias 'pos-eol 'line-end-position))
-
(defvar iedit-aborting)
(defvar iedit-read-only-occurrences-overlays)
(defvar iedit-read-only-occurrences-overlays)