/[emacs]/emacs/src/keymap.c
ViewVC logotype

Diff of /emacs/src/keymap.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.282.4.13 by handa, Fri Oct 1 08:18:00 2004 UTC revision 1.282.4.14 by miles, Thu Oct 14 08:49:53 2004 UTC
# Line 268  get_keymap (object, error, autoload) Line 268  get_keymap (object, error, autoload)
268    
269        /* Should we do an autoload?  Autoload forms for keymaps have        /* Should we do an autoload?  Autoload forms for keymaps have
270           Qkeymap as their fifth element.  */           Qkeymap as their fifth element.  */
271        if ((autoload || !error) && EQ (XCAR (tem), Qautoload))        if ((autoload || !error) && EQ (XCAR (tem), Qautoload)
272              && SYMBOLP (object))
273          {          {
274            Lisp_Object tail;            Lisp_Object tail;
275    

Legend:
Removed from v.1.282.4.13  
changed lines
  Added in v.1.282.4.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26