diff options
Diffstat (limited to 'lisp/progmodes')
| -rw-r--r-- | lisp/progmodes/which-func.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/progmodes/which-func.el b/lisp/progmodes/which-func.el index 59933a944d5..721c610517a 100644 --- a/lisp/progmodes/which-func.el +++ b/lisp/progmodes/which-func.el | |||
| @@ -229,7 +229,9 @@ It creates the Imenu index for the buffer, if necessary." | |||
| 229 | (error "Error in which-func-update: %S" info)))))) | 229 | (error "Error in which-func-update: %S" info)))))) |
| 230 | 230 | ||
| 231 | ;;;###autoload | 231 | ;;;###autoload |
| 232 | (defalias 'which-func-mode 'which-function-mode) | 232 | (defun which-func-mode (&optional arg) |
| 233 | (which-function-mode arg)) | ||
| 234 | (make-obsolete 'which-func-mode 'which-function-mode "24.1") | ||
| 233 | 235 | ||
| 234 | (defvar which-func-update-timer nil) | 236 | (defvar which-func-update-timer nil) |
| 235 | 237 | ||