emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/dabbrev.el
Date: Sat, 02 Aug 2003 18:04:30 -0400

Index: emacs/lisp/dabbrev.el
diff -c emacs/lisp/dabbrev.el:1.68 emacs/lisp/dabbrev.el:1.69
*** emacs/lisp/dabbrev.el:1.68  Tue Jun  3 07:07:23 2003
--- emacs/lisp/dabbrev.el       Sat Aug  2 18:04:30 2003
***************
*** 1,6 ****
  ;;; dabbrev.el --- dynamic abbreviation package
  
! ;; Copyright (C) 1985, 86, 92, 94, 96, 1997, 2000, 2001
  ;;   Free Software Foundation, Inc.
  
  ;; Author: Don Morrison
--- 1,6 ----
  ;;; dabbrev.el --- dynamic abbreviation package
  
! ;; Copyright (C) 1985, 86, 92, 94, 96, 1997, 2000, 01, 2003
  ;;   Free Software Foundation, Inc.
  
  ;; Author: Don Morrison
***************
*** 357,367 ****
  ;; Exported functions
  ;;----------------------------------------------------------------
  
! ;;;###autoload
! (define-key esc-map "/" 'dabbrev-expand)
  ;;;??? Do we want this?
! ;;;###autoload
! (define-key esc-map [?\C-/] 'dabbrev-completion)
  
  ;;;###autoload
  (defun dabbrev-completion (&optional arg)
--- 357,365 ----
  ;; Exported functions
  ;;----------------------------------------------------------------
  
! ;;;###autoload (define-key esc-map "/" 'dabbrev-expand)
  ;;;??? Do we want this?
! ;;;###autoload (define-key esc-map [?\C-/] 'dabbrev-completion)
  
  ;;;###autoload
  (defun dabbrev-completion (&optional arg)




reply via email to

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