emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/ada-stmt.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/ada-stmt.el
Date: Tue, 10 May 2005 05:11:43 -0400

Index: emacs/lisp/progmodes/ada-stmt.el
diff -c emacs/lisp/progmodes/ada-stmt.el:1.18 
emacs/lisp/progmodes/ada-stmt.el:1.19
*** emacs/lisp/progmodes/ada-stmt.el:1.18       Sat Apr 10 05:55:48 2004
--- emacs/lisp/progmodes/ada-stmt.el    Tue May 10 09:11:43 2005
***************
*** 466,487 ****
    > "terminate;")
  
  
- (defun ada-adjust-case-skeleton ()
-   "Adjust the case of the text inserted by a skeleton."
-   (save-excursion
-     (let ((aa-end (point)))
-       (ada-adjust-case-region
-        (progn (goto-char (symbol-value 'beg)) (forward-word -1) (point))
-        (goto-char aa-end)))))
- 
- (defun ada-stmt-mode-hook ()
-   (set (make-local-variable 'skeleton-further-elements)
-        '((< '(backward-delete-char-untabify
-             (min ada-indent (current-column))))))
-   (add-hook 'skeleton-end-hook  'ada-adjust-case-skeleton nil t))
- 
- (add-hook 'ada-mode-hook 'ada-stmt-mode-hook)
- 
  (provide 'ada-stmt)
  
  ;;; arch-tag: 94f51555-cc0e-44e5-8865-8788aae8ecd3
--- 466,471 ----




reply via email to

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