diff options
| -rw-r--r-- | lisp/autoinsert.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index 91bfb396b0e..f2ae7a5b4fd 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el | |||
| @@ -272,7 +272,7 @@ Matches the visited file name against the elements of `auto-insert-alist'." | |||
| 272 | (eq this-command 'auto-insert)) | 272 | (eq this-command 'auto-insert)) |
| 273 | (y-or-n-p (format auto-insert-prompt desc))) | 273 | (y-or-n-p (format auto-insert-prompt desc))) |
| 274 | t) | 274 | t) |
| 275 | (mapcar | 275 | (mapc |
| 276 | (lambda (action) | 276 | (lambda (action) |
| 277 | (if (stringp action) | 277 | (if (stringp action) |
| 278 | (if (file-readable-p | 278 | (if (file-readable-p |