(looking-at-as-unibyte): New alias.
authormorioka <morioka>
Fri, 15 May 1998 10:25:16 +0000 (10:25 +0000)
committermorioka <morioka>
Fri, 15 May 1998 10:25:16 +0000 (10:25 +0000)
emu-e20_3.el
emu-latin1.el
emu-mule.el
emu-nemacs.el
emu-x20.el

index 6362a0f..15aec7e 100644 (file)
@@ -51,6 +51,8 @@
 
 (defalias 'string-to-int-list 'string-to-char-list)
 
+(defalias 'looking-at-as-unibyte 'looking-at)
+
 
 ;;; @ end
 ;;;
index 2dbd0ba..2d1c182 100644 (file)
@@ -272,6 +272,8 @@ Optional non-nil arg START-COLUMN specifies the starting column.
   (substring str start-column width)
   )
 
+(defalias 'looking-at-as-unibyte 'looking-at)
+
 ;;; @@ obsoleted aliases
 ;;;
 ;;; You should not use them.
index b089a14..2f0b476 100644 (file)
@@ -378,6 +378,8 @@ Optional non-nil arg START-COLUMN specifies the starting column.
 ;;;
   )
 
+(defalias 'looking-at-as-unibyte 'looking-at)
+
 
 ;;; @ regulation
 ;;;
index a130f11..7ed79b2 100644 (file)
@@ -412,6 +412,8 @@ Optional non-nil arg START-COLUMN specifies the starting column.
            (setq to to-prev)))
       (substring str from to))))
 
+(defalias 'looking-at-as-unibyte 'looking-at)
+
 ;;; @@ obsoleted aliases
 ;;;
 ;;; You should not use them.
index e942de7..5628997 100644 (file)
 
 ;;; Code:
 
-;; (require 'emu-xemacs)
-;; (require 'emu-20)
-
-
 (and (coding-system-property 'iso-2022-jp 'input-charset-conversion)
      (copy-coding-system 'iso-2022-7bit 'iso-2022-jp))
 
@@ -241,6 +237,8 @@ TABLE defaults to the current buffer's category table."
   (mapcar #'char-int str)
   )
 
+(defalias 'looking-at-as-unibyte 'looking-at)
+
 
 ;;; @ end
 ;;;