emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/expand.el


From: Sam Steingold
Subject: [Emacs-diffs] Changes to emacs/lisp/expand.el
Date: Tue, 27 Nov 2001 13:03:30 -0500

Index: emacs/lisp/expand.el
diff -u emacs/lisp/expand.el:1.9 emacs/lisp/expand.el:1.10
--- emacs/lisp/expand.el:1.9    Fri Oct 12 12:39:20 2001
+++ emacs/lisp/expand.el        Tue Nov 27 13:03:29 2001
@@ -47,7 +47,7 @@
 ;;     ("default" "default:\n\nbreak;" 10)
 ;;     ("main" "int\nmain(int argc, char * argv[])\n{\n\n}\n" 37))
 ;;   "Expansions for C mode")
-;; 
+;;
 ;;   and enter Abbrev mode with the following hook :
 ;;
 ;; (add-hook 'c-mode-hook (function (lambda ()
@@ -144,7 +144,7 @@
     (concat
      "(defmacro  ()\n"
      "  \"\"\n"
-     "  (` \n"
+     "  `( \n"
      "    ))")
     (list 11 13 18 25))
 
@@ -184,7 +184,7 @@
 
     )
    "Expansions for Lisp mode. See `expand-add-abbrevs'.")
- 
+
 ;; perl example from Jari Aalto <address@hidden>
 (defconst expand-sample-perl-mode-expand-list
   (list
@@ -496,7 +496,7 @@
 (defun expand-skeleton-end-hook ()
   (if skeleton-positions
       (setq expand-list skeleton-positions)))
-  
+
 (add-hook 'skeleton-end-hook (function expand-skeleton-end-hook))
 
 (provide 'expand)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]