diff options
Diffstat (limited to 'lisp/progmodes/idlwave.el')
-rw-r--r-- | lisp/progmodes/idlwave.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el index 45f080c3aab..44d84d65810 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el @@ -8162,7 +8162,7 @@ demand _EXTRA in the keyword list." class (idlwave-routines)) 'do-link)))))) - ;; If the class is `t', combine all keywords of all methods NAME + ;; If the class is t, combine all keywords of all methods NAME (when (eq class t) (mapc (lambda (entry) (and |