*** empty log message ***
This commit is contained in:
parent
c06b6e6f7b
commit
1d96c2ff76
2 changed files with 3 additions and 3 deletions
|
|
@ -224,7 +224,7 @@ to determine if files in fundamental mode should be put into
|
|||
;; Functions
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
;;;### autoload
|
||||
;;;###autoload
|
||||
(defun define-generic-mode (name comment-list keyword-list font-lock-list
|
||||
auto-mode-list function-list
|
||||
&optional description)
|
||||
|
|
|
|||
|
|
@ -165,7 +165,7 @@
|
|||
(defun locate-default-make-command-line (search-string)
|
||||
(list locate-command search-string))
|
||||
|
||||
;;;### autoload
|
||||
;;;###autoload
|
||||
(defun locate (search-string &optional filter)
|
||||
"Run the program `locate', putting results in `*Locate*' buffer."
|
||||
(interactive
|
||||
|
|
@ -195,7 +195,7 @@
|
|||
)
|
||||
)
|
||||
|
||||
;;;### autoload
|
||||
;;;###autoload
|
||||
(defun locate-with-filter (search-string filter)
|
||||
"Run the locate command with a filter."
|
||||
(interactive
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue