* bug#3572: marked as done (23.0.94; Typo in docstring of (defun dir-locals-set-directory-class ...))
2009-06-15 16:03 ` bug#3572: 23.0.94; Typo in docstring of (defun dir-locals-set-directory-class ...) Teemu Likonen
@ 2009-06-17 3:00 ` Emacs bug Tracking System
0 siblings, 0 replies; 2+ messages in thread
From: Emacs bug Tracking System @ 2009-06-17 3:00 UTC (permalink / raw)
To: Glenn Morris
[-- Attachment #1: Type: text/plain, Size: 946 bytes --]
Your message dated Tue, 16 Jun 2009 22:55:00 -0400
with message-id <5ufxdzpo1n.fsf@fencepost.gnu.org>
and subject line Re: bug#3572: 23.0.94; Typo in docstring of (defun dir-locals-set-directory-class ...)
has caused the Emacs bug report #3572,
regarding 23.0.94; Typo in docstring of (defun dir-locals-set-directory-class ...)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)
--
3572: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=3572
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
[-- Attachment #2: Type: message/rfc822, Size: 3237 bytes --]
[-- Attachment #2.1.1: Type: text/plain, Size: 120 bytes --]
In command dir-locals-set-directory-class there's a repetition in the
doc string: "this this". See the attached patch.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2.1.2: dir-locals-set-directory-class.patch --]
[-- Type: text/x-diff, Size: 872 bytes --]
diff --git i/lisp/files.el w/lisp/files.el
index 4e81b6a..921724d 100644
--- i/lisp/files.el
+++ w/lisp/files.el
@@ -3243,13 +3243,13 @@ Return the new variables list."
(defun dir-locals-set-directory-class (directory class mtime)
"Declare that the DIRECTORY root is an instance of CLASS.
DIRECTORY is the name of a directory, a string.
CLASS is the name of a project class, a symbol.
MTIME is either the modification time of the directory-local
-variables file that defined this this class, or nil.
+variables file that defined this class, or nil.
When a file beneath DIRECTORY is visited, the mode-specific
variables from CLASS are applied to the buffer. The variables
for a class are defined using `dir-locals-set-class-variables'."
(setq directory (file-name-as-directory (expand-file-name directory)))
(unless (assq class dir-locals-class-alist)
[-- Attachment #3: Type: message/rfc822, Size: 1549 bytes --]
From: Glenn Morris <rgm@gnu.org>
To: 3572-done@emacsbugs.donarmstrong.com
Subject: Re: bug#3572: 23.0.94; Typo in docstring of (defun dir-locals-set-directory-class ...)
Date: Tue, 16 Jun 2009 22:55:00 -0400
Message-ID: <5ufxdzpo1n.fsf@fencepost.gnu.org>
Thanks.
^ permalink raw reply related [flat|nested] 2+ messages in thread