emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/textmodes/picture.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/picture.el
Date: Fri, 04 Apr 2003 01:23:07 -0500

Index: emacs/lisp/textmodes/picture.el
diff -c emacs/lisp/textmodes/picture.el:1.41 
emacs/lisp/textmodes/picture.el:1.42
*** emacs/lisp/textmodes/picture.el:1.41        Sat Oct 26 18:40:40 2002
--- emacs/lisp/textmodes/picture.el     Sun Jan 12 15:51:36 2003
***************
*** 1,6 ****
  ;;; picture.el --- "Picture mode" -- editing using quarter-plane screen model
  
! ;; Copyright (C) 1985, 1994, 2002 Free Software Foundation, Inc.
  
  ;; Author: K. Shane Hartman
  ;; Maintainer: FSF
--- 1,6 ----
  ;;; picture.el --- "Picture mode" -- editing using quarter-plane screen model
  
! ;; Copyright (C) 1985, 1994, 2002, 2003 Free Software Foundation, Inc.
  
  ;; Author: K. Shane Hartman
  ;; Maintainer: FSF
***************
*** 590,596 ****
  (defvar picture-mode-map nil)
  
  (defun picture-substitute (oldfun newfun)
!   (substitute-key-definition oldfun newfun picture-mode-map global-map))
  
  (if (not picture-mode-map)
      (progn
--- 590,596 ----
  (defvar picture-mode-map nil)
  
  (defun picture-substitute (oldfun newfun)
!   (define-key picture-mode-map (vector 'remap oldfun) newfun))
  
  (if (not picture-mode-map)
      (progn




reply via email to

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