]> git.eshelyaron.com Git - emacs.git/commitdiff
* loading.texi (Named Features): @ -> @@ to fix typo.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 24 Nov 2012 06:50:44 +0000 (22:50 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 24 Nov 2012 06:50:44 +0000 (22:50 -0800)
doc/lispref/ChangeLog
doc/lispref/loading.texi

index b5c4318c40470ca7a430a1ada87ac046f881f7de..3b4b04cfae58a21dfedaf7b196236e041e7b19a0 100644 (file)
@@ -1,3 +1,7 @@
+2012-11-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * loading.texi (Named Features): @ -> @@ to fix typo.
+
 2012-11-24  Martin Rudalics  <rudalics@gmx.at>
 
        * windows.texi (Basic Windows): Fix typo.
index 54acd0b4d4c78a2e5f5122f0ffd8d4e6d4dfdebc..9ca5314d790e3ba22b24be4e8f00d50fcb2d5d94 100644 (file)
@@ -729,7 +729,7 @@ file should call @code{provide} at the top level to add the feature to
 (defun idlwave-complete-filename ()
   "Use the comint stuff to complete a file name."
    (require 'comint)
-   (let* ((comint-file-name-chars "~/A-Za-z0-9+@:_.$#%=@{@}\\-")
+   (let* ((comint-file-name-chars "~/A-Za-z0-9+@@:_.$#%=@{@}\\-")
           (comint-completion-addsuffix nil)
           ...)
        (comint-dynamic-complete-filename)))