/[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.294 by teirllm, Mon Aug 9 18:42:04 2004 UTC revision 1.295 by monnier, Wed Oct 13 17:00:13 2004 UTC
# Line 267  get_keymap (object, error, autoload) Line 267  get_keymap (object, error, autoload)
267    
268        /* Should we do an autoload?  Autoload forms for keymaps have        /* Should we do an autoload?  Autoload forms for keymaps have
269           Qkeymap as their fifth element.  */           Qkeymap as their fifth element.  */
270        if ((autoload || !error) && EQ (XCAR (tem), Qautoload))        if ((autoload || !error) && EQ (XCAR (tem), Qautoload)
271              && SYMBOLP (object))
272          {          {
273            Lisp_Object tail;            Lisp_Object tail;
274    

Legend:
Removed from v.1.294  
changed lines
  Added in v.1.295

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