emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/keymap.h


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/keymap.h
Date: Mon, 21 Feb 2005 08:39:53 -0500

Index: emacs/src/keymap.h
diff -c emacs/src/keymap.h:1.10 emacs/src/keymap.h:1.11
*** emacs/src/keymap.h:1.10     Tue Feb 15 06:42:06 2005
--- emacs/src/keymap.h  Mon Feb 21 13:39:53 2005
***************
*** 1,5 ****
  /* Functions to manipulate keymaps.
!    Copyright (C) 2001  Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
--- 1,5 ----
  /* Functions to manipulate keymaps.
!    Copyright (C) 2001, 2005  Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
***************
*** 33,38 ****
--- 33,39 ----
  EXFUN (Fkey_description, 2);
  EXFUN (Fsingle_key_description, 2);
  EXFUN (Fwhere_is_internal, 5);
+ EXFUN (Fcurrent_active_maps, 1);
  extern Lisp_Object access_keymap P_ ((Lisp_Object, Lisp_Object, int, int, 
int));
  extern Lisp_Object get_keyelt P_ ((Lisp_Object, int));
  extern Lisp_Object get_keymap P_ ((Lisp_Object, int, int));




reply via email to

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