diff options
author | Lute Kamstra <lute@gnu.org> | 2005-05-26 13:13:36 +0000 |
---|---|---|
committer | Lute Kamstra <lute@gnu.org> | 2005-05-26 13:13:36 +0000 |
commit | 1c4c2dac52dde09c0c25bf975a7410ccb203af16 (patch) | |
tree | 66fd3e1c7b4cd2adc5a6efcc4d69a914282491b8 /lisp/skeleton.el | |
parent | b27779130606ea3f75b77e1bde02e02f91ccdc13 (diff) | |
download | emacs-1c4c2dac52dde09c0c25bf975a7410ccb203af16.tar.gz |
Use run-mode-hooks in example.
Diffstat (limited to 'lisp/skeleton.el')
-rw-r--r-- | lisp/skeleton.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/skeleton.el b/lisp/skeleton.el index e843ef9f02d..d4caca3ca42 100644 --- a/lisp/skeleton.el +++ b/lisp/skeleton.el @@ -557,7 +557,7 @@ symmetrical ones, and the same character twice for the others." ;; (aset map i nil) ;; (aset map (+ i 128) nil) ;; (setq i (1+ i)))) -;; (run-hooks 'mirror-mode-hook)) +;; (run-mode-hooks 'mirror-mode-hook)) (provide 'skeleton) |