[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#3230: 23.0.93; Make dired-actual-switches safe local variable?
From: |
Juanma Barranquero |
Subject: |
bug#3230: 23.0.93; Make dired-actual-switches safe local variable? |
Date: |
Tue, 1 Mar 2011 05:31:34 +0100 |
On Tue, Mar 1, 2011 at 04:25, Glenn Morris <address@hidden> wrote:
>> (defun dired-safe-switches-p (switches)
>> (string-match "\\`[- [[:alnum:]]]+\\'" switches))
This is a poster case for using `string-match-p'.
Juanma