/[emacs]/emacs/lisp/subr.el
ViewVC logotype

Diff of /emacs/lisp/subr.el

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

revision 1.427 by monnier, Mon Nov 22 06:00:51 2004 UTC revision 1.428 by kfstorm, Tue Nov 23 15:23:57 2004 UTC
# Line 422  For most uses, it is simpler and safer t Line 422  For most uses, it is simpler and safer t
422              (nconc (nreverse skipped) newdef)))              (nconc (nreverse skipped) newdef)))
423        ;; Look past a symbol that names a keymap.        ;; Look past a symbol that names a keymap.
424        (setq inner-def        (setq inner-def
425              (condition-case nil (indirect-function defn) (error defn)))              (and defn
426                     (condition-case nil (indirect-function defn) (error defn))))
427        ;; For nested keymaps, we use `inner-def' rather than `defn' so as to        ;; For nested keymaps, we use `inner-def' rather than `defn' so as to
428        ;; avoid autoloading a keymap.  This is mostly done to preserve the        ;; avoid autoloading a keymap.  This is mostly done to preserve the
429        ;; original non-autoloading behavior of pre-map-keymap times.        ;; original non-autoloading behavior of pre-map-keymap times.

Legend:
Removed from v.1.427  
changed lines
  Added in v.1.428

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