emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/cperl-mode.el [emacs-unico


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cperl-mode.el [emacs-unicode-2]
Date: Mon, 28 Jun 2004 04:44:09 -0400

Index: emacs/lisp/progmodes/cperl-mode.el
diff -c emacs/lisp/progmodes/cperl-mode.el:1.46.4.1 
emacs/lisp/progmodes/cperl-mode.el:1.46.4.2
*** emacs/lisp/progmodes/cperl-mode.el:1.46.4.1 Fri Apr 16 12:50:34 2004
--- emacs/lisp/progmodes/cperl-mode.el  Mon Jun 28 07:29:42 2004
***************
*** 926,937 ****
  (defun cperl-putback-char (c)         ; Emacs 19
    (set 'unread-command-events (list c))) ; Avoid undefined warning
  
! (if (boundp 'unread-command-events)
!     (if cperl-xemacs-p
!       (defun cperl-putback-char (c)   ; XEmacs >= 19.12
!         (setq unread-command-events (list (eval '(character-to-event c))))))
!   (defun cperl-putback-char (c)               ; XEmacs <= 19.11
!     (set 'unread-command-event (eval '(character-to-event c))))) ; Avoid 
warnings
  
  (or (fboundp 'uncomment-region)
      (defun uncomment-region (beg end)
--- 926,934 ----
  (defun cperl-putback-char (c)         ; Emacs 19
    (set 'unread-command-events (list c))) ; Avoid undefined warning
  
! (if cperl-xemacs-p
!     (defun cperl-putback-char (c)     ; XEmacs >= 19.12
!       (setq unread-command-events (list (eval '(character-to-event c))))))
  
  (or (fboundp 'uncomment-region)
      (defun uncomment-region (beg end)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]